Need assistance with getting the web gui up and running

Cam someone help in setting this up?

@Chris_Pendergraft which web GUI are you looking to setup, and how are you looking to deploy it?

Hi Lyle, the GUI for ansible/aap


. I had it running previously before I reinstalled RH.
See attachment.

So one way to install h RHEL is this, but there’s Docker compose, the official Kubernetes/Minikube + Operator method, etc.

Here’s the most direct way to get AWX running on RHEL without Docker, using Podman + systemd, no Kubernetes, no Minikube:


1. Install Dependencies

sudo dnf install -y podman python3-pip git
pip3 install ansible ansible-runner

2. Clone AWX Repo

git clone https://github.com/ansible/awx.git
cd awx/tools/podman

3. Build AWX Podman Image

make podman-build

4. Launch AWX with Podman

make podman-up

5. Access AWX


6. Stop AWX

make podman-down

Not to be a jerk by any means, but there’s got to be tutorials out there for this. I’d ask here if you run into specific trouble. It’s super hard to walk you through start to finish without a lot of extra information.

Good luck!

Alternatively, you can use the developer subscription from Red Hat to install an Ansible Automation Platform 2 environment. There is great documentation on how to do this today from a single node using the containerized installer, several nodes using the RPM installation method, or on OpenShift.

Hi Tim
I have the Dev subscription-16 licenses

these didn’t work:

cd awx/tools/podman

bash: cd: awx/tools/podman: No such file or directory

make podman-build

make: *** No rule to make target ‘podman-build’.

make podman-up
make: *** No rule to make target ‘podman-up’. Stop.

Didn’t try accessing webpage for failures.