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
80 stars 49 forks source link

Correct controller_hostname and ah_hostname within aap_setup_install … #91

Closed alawong closed 2 years ago

alawong commented 2 years ago

…defaults file

What does this PR do?

Variabilised controller_hostname and ah_name within the defaults file of the aap_setup_install role.

How should this be tested?

This should be tested by running a playbook that uses the role aap_setup_download (assuming the installer isn't already downloaded), aap_setup_prepare, and aap_setup_install on a server without AAP2 installed. The playbook should fully complete running, and the task 'wait for automation controller to be running' should return an 'ok' message.

Is there a relevant Issue open for this?

Resolves 'controller_hostname and ah_hostname within aap_setup_install not variabilised' #90

https://github.com/redhat-cop/aap_utilities/issues/90

Other Relevant info, PRs, etc

N/A