mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
13d18c9aa8
* 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>
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).
|