redhat-cop / aap_utilities

Ansible Collection for automated deployment of AAP and other objects for general use
https://galaxy.ansible.com/infra/aap_utilities
GNU General Public License v3.0
74 stars 44 forks source link

Fix examples for aap_setup_prep_inv_nodes #220

Closed ericzolf closed 5 months ago

ericzolf commented 5 months ago

What does this PR do?

The documentation was partially assuming lists where dictionaries are expected everywhere in `aap_setup_prep_inv_nodes. This allows to have hosts values as... values to the hosts as keys.

How should this be tested?

Define aap_setup_prep_inv_nodes as dictionary of dictionaries, and deploy accordingly.

Is there a relevant Issue open for this?

Closes #196, Closes #197

Other Relevant info, PRs, etc

n/a