neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
11 stars 14 forks source link

ansible-inventory: rework generation of groups #29

Closed pvoborni closed 4 years ago

pvoborni commented 4 years ago

The Ansible inventory output was not correctly adding hosts into groups. E.g. group was not added when it was not defined in layout. Nested group was not correctly found and host added.

This part is completely reworked and changes the behavior to:

Doc: https://docs.ansible.com/ansible/latest/user_guide/intro_inventory.html

Signed-off-by: Petr Vobornik pvoborni@redhat.com