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

Add aap_setup_install role #60

Closed ericzolf closed 2 years ago

ericzolf commented 2 years ago

What does this PR do?

Allows to install AAP given a prepared setup directory and inventory

How should this be tested?

The following playbook should work, given the proper inventory:

- name: download and install AAP from the bastion
  hosts: bastion.*
  gather_facts: false
  become: false
  roles:
    - redhat_cop.tower_utilities.aap_setup_download
    - redhat_cop.tower_utilities.aap_setup_prepare
    - redhat_cop.tower_utilities.aap_setup_install

Is there a relevant Issue open for this?

Nope, but discussed on chat

Other Relevant info, PRs, etc.

n/a

ericzolf commented 2 years ago

The issue is with the pipeline not with the code IMHO. @sean-m-sullivan can you please have a look.

Else, testing and documentation have been done, PR should be ready for merging.

sean-m-sullivan commented 2 years ago

We ran into this on the configuration one as well, I'm doing a review and merge and can address this as a separate PR