I've found a few issues so far with the installation instructions when installing on CentOS 8-2111. I still don't have a working copy, but have made it through to the "TASK [miracle-ansible-role-awxrpm-scl-installer : Run awxprepare]" step. Here's what I've found so far:
The user should have the following prerequisites installed already:
git epel-release ansible
The ansible.posix module doesn't install correctly with the current playbook. I installed it manually with "ansible-galaxy collection install ansible.posix". I then commented out 'ansible-collection-ansible-posix' in /root/.ansible/roles/miracle.../tasks/prepare-server.yml
The step where you say to update the role should use the command "ansible-galaxy install -fr roles/requirements.yml". Without the word install the command fails.
When running the playbook in the fifth step, make sure to add the --ask-pass flag if you're not using ssh keys.
install-awx-from-source.yml tries to install miracle-awxrpm-awx. I believe the correct package is just miracle-awxrpm.
The miracle-awxrpm package installation needs to bypass gpg check (--nogpgcheck) to install.
I've found a few issues so far with the installation instructions when installing on CentOS 8-2111. I still don't have a working copy, but have made it through to the "TASK [miracle-ansible-role-awxrpm-scl-installer : Run awxprepare]" step. Here's what I've found so far:
The user should have the following prerequisites installed already: git epel-release ansible
The ansible.posix module doesn't install correctly with the current playbook. I installed it manually with "ansible-galaxy collection install ansible.posix". I then commented out 'ansible-collection-ansible-posix' in /root/.ansible/roles/miracle.../tasks/prepare-server.yml
The step where you say to update the role should use the command "ansible-galaxy install -fr roles/requirements.yml". Without the word install the command fails.
When running the playbook in the fifth step, make sure to add the --ask-pass flag if you're not using ssh keys.
install-awx-from-source.yml tries to install miracle-awxrpm-awx. I believe the correct package is just miracle-awxrpm.
The miracle-awxrpm package installation needs to bypass gpg check (--nogpgcheck) to install.