mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-09 14:50:02 -07:00
Proxmox Inventory: Add support for templating in inventory file (#4418)
* added templating to the url, user, and password * added changelog fragment * typo in description for url, and password * clarify in the changelog what can you change * update documentation and added an example * missing quote from examples * Apply suggestions from code review Changed to I for option names Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/inventory/proxmox.py Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
668bbed602
commit
13d18c9aa8
2 changed files with 33 additions and 3 deletions
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
minor_changes:
|
||||
- proxmox inventory plugin - add support for templating the ``url``, ``user``, and ``password`` options
|
||||
(https://github.com/ansible-collections/community.general/pull/4418).
|
Loading…
Add table
Add a link
Reference in a new issue