Ansible AWX on Rocky Linux 9

For this article, I install a virtual machine with Rocky Linux 9.4 with hardware of 4CPU, 8GB of RAM and 40GB of hard drive space.

Lets update and install some packages.

Disable Selinux and firewall. Firewall we can enable later on.

Install Kubernetes by running:

For latest version (Sep 2025): use this:

For latest version (as of March 2025): use this:

or for previous stable version use:

Check to see if the k3s cluster is running:

Clone awx-operator

Let’s install AWX

When you edit awx.yml, just change the -> name: awx

It can take 5min for the above to complete, so please be patient.

Use the following command to retrieve the default admin password

Try to login: http://hostname:30414/#/login

Enable Firewall ports:

Useful K3S Commands


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *