mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
3376442aa2
* 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>
(cherry picked from commit 13d18c9aa8
)
Co-authored-by: Ilija Matoski <ilijamt@gmail.com>
4 lines
199 B
YAML
4 lines
199 B
YAML
---
|
|
minor_changes:
|
|
- proxmox inventory plugin - add support for templating the ``url``, ``user``, and ``password`` options
|
|
(https://github.com/ansible-collections/community.general/pull/4418).
|