Installation

So far I have only tested on RHEL9, but CentOS Stream 9 and other variants should work as well..

Clone the github repo:

git clone https://github.com/MrMEEE/awx-rpm-v2.git

Setup the AWX-RPM admin user, email and password in the inventory file in the ansible folder, along with the hostname/IP of the machine to install to, and run:

ansible-playbook -i inventory awx-rpm-install.yml

and soon you should have a running AWX-RPM..

The webinterface will be available at https://server-ip:8043/

Please report any issues at: https://github.com/MrMEEE/awx-rpm-v2/issues

Have fun, and feel free to report any issues and send any pull requests that makes sense..