Hello!,
Is there a way to install the below images locally / thour a local repo when running "ansible-playbook -i inventory install.yml" command.
Hello!,
Is there a way to install the below images locally / thour a local repo when running "ansible-playbook -i inventory install.yml" command.
I’m not sure if this is what you mean, but what we do is run a playbook to prepare the AWX hosts. After that, the playbook git-pulls the AWX repo and writes out its inventory file using a template, and then runs the AWX install playbook.
If I get you correctly you don’t have internet access and you want to install AWX.
What I do is, download all the container images from Docker Hub and load them in a local Docker Registry and run the installer locally (modifying the installer playbook to match the version you downloaded from the Hub).