mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
Inventory iocage - get inventory alias from iocage tags. (#10207)
* Get inventory hostname from iocage tags. * Change iocage newe options version_added. * Update iocage DOCUMENTATION * Add changelog fragment. * Update changelogs/fragments/10207-iocage-inventory-alias.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/inventory/iocage.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/inventory/iocage.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/inventory/iocage.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/inventory/iocage.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/inventory/iocage.py Co-authored-by: Felix Fontein <felix@fontein.de> * Updated copyright. --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
a95448ca55
commit
2428c0dc6f
2 changed files with 33 additions and 0 deletions
2
changelogs/fragments/10207-iocage-inventory-alias.yml
Normal file
2
changelogs/fragments/10207-iocage-inventory-alias.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- iocage inventory plugin - the new parameter ``inventory_hostname_tag`` of the plugin provides the name of the tag in the C(iocage properties notes) that contains the jails alias. The new parameter ``inventory_hostname_required``, if enabled, makes the tag mandatory (https://github.com/ansible-collections/community.general/issues/10206, https://github.com/ansible-collections/community.general/pull/10207).
|
Loading…
Add table
Add a link
Reference in a new issue