mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-05 18:20:30 -07:00
* Allow using Xen Host and/or Xen VM names instead of their UUIDs for inventory * xen_orchestra inventory plugin allow using vm and host names instead of UUID inventory * Update changelog fragment with correct PR number * Set missing inventory attributes in unit test * Add version_added suggestion as per github comments * Description update. --------- Co-authored-by: Felix Fontein <felix@fontein.de>
2 lines
263 B
YAML
2 lines
263 B
YAML
minor_changes:
|
|
- xen_orchestra inventory plugin - add ``use_vm_uuid`` and ``use_host_uuid`` boolean options to allow switching over to using VM/Xen name labels instead of UUIDs as item names (https://github.com/ansible-collections/community.general/pull/9787).
|