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
78 stars 47 forks source link

Isolated nodes install #17

Closed crenwick93 closed 3 years ago

crenwick93 commented 3 years ago

What does this PR do?

Adds compatibility for the automated configuring of isolated node groups

How should this be tested?

I have tested this manually. The first test was adding one isolated group with one isolated nodes. The second test was two isolated groups, each with a single node underneath them. Both tests passed. Attached are screen shots of the playbook completing (inventory populating correctly and tower installing), as well as Ansible Tower with the new instance groups.

Is there a relevant Issue open for this?

N/A

Other Relevant info, PRs, etc.

This PR is based off the manual process of adding isolated nodes to an inventory file. More information here: https://developers.redhat.com/blog/2017/12/20/understanding-ansible-tower-isolated-nodes/

image

image