ansible-collection-uyuni icon indicating copy to clipboard operation
ansible-collection-uyuni copied to clipboard

[Dynamic Inventory] Add Custom Hostinfo key filter

Open stdevel opened this issue 2 years ago • 0 comments

It would be nice to have the possibility to filter systems based on their Custom Hostinfo keys, e.g.:

plugin: stdevel.uyuni.inventory
host: 192.168.180.1
user: admin
password: admin
verify_ssl: false
show_custom_values: true
custom_values:
  - katprep_snapshot
  - katprep_virt_snapshot = 1

stdevel avatar Aug 31 '23 07:08 stdevel