Hi,
I was used to use the old ovirt4.py which has been replaced by ovirt.ovirt.ovirt plugin into the latest awx releases.
I noticed that the generated ovirt.yml contains only the plugin: “ovirt.ovirt.ovirt” directive
I’d like to add some custom inventory as an argument to ansible-inventory with those parameters for instance:
ovirt_query_filter:
search: ‘datacenter=Sudoc’
case_sensitive: no
keyed_groups:
- key: cluster
prefix: ‘cluster’ - key: tags
prefix: ‘tag’ - key: status
prefix: ‘status’
groups:
psi: “‘psi’ in name”
cbs: “‘cbs’ in name”
ovirt_hostname_preference: [‘name’, ‘fqdn’]
Where should I go?