How to install AWX in Docker
www.joakimnordin.com › how-to-install-awxAug 13, 2021 · Clone the AWX repository from GitHub, make sure you go to your home directory before doing this otherwise you will get an error saying the folder awx already exists. git clone -b 17.0.1 https://github.com/ansible/awx.git Edit the Inventory file. You now have a folder called awx and within there a folder called installer and within there an inventory file you need to edit. You just need to make sure you have set an admin password and we need to change the directory of your virtual environment.
GitHub - ansible/awx: AWX Project
https://github.com/ansible/awxIf submitting a large code change, it's a good idea to join the #ansible-awx channel on web.libera.chat and talk about what you would like to do or add first. This not only helps everyone know what's going on, but it also helps save time and effort if the community decides some changes are needed.
awx/INSTALL.md at devel · ansible/awx · GitHub
github.com › ansible › awxMay 26, 2021 · Installing AWX. NOTE. If you're installing an older release of AWX (prior to 18.0), these instructions have changed. Take a look at your version specific instructions, e.g., for AWX 17.0.1, see: https://github.com/ansible/awx/blob/17.0.1/INSTALL.md. If you're attempting to migrate an older Docker-based AWX installation, see: Migrating Data from Local Docker.