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 45 forks source link

Allow deployment of only AH #43

Closed Tompage1994 closed 3 years ago

Tompage1994 commented 3 years ago

What does this PR do?

Changes to check for Automation Hub to be running and only check tower when tower_hosts specified. Also adds more description to the README and a link to the AAP install docs.

How should this be tested?

Try to deploy only AH (set tower_hosts: []) and see that we don't try to query the tower api any more.

Is there a relevant Issue open for this?

Provide a link to any open issues that describe the problem you are solving. resolves #31

Other Relevant info, PRs, etc.

N/A