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:
Ilija Matoski 2022-04-01 22:51:36 +02:00 committed by GitHub
parent 668bbed602
commit 13d18c9aa8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 3 deletions

View file

@ -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).