Automatically deploy AWX Operator on Ubuntu Server. Might work on other Linux distributions too. Tested on Ubuntu Server 24.04.01
nano install_awx.sh
chmod +x install_awx.sh
sudo ./install_awx.sh
https://<your-server-ip>:37727/
kubectl get secret awx-admin-password -n awx -o jsonpath="{.data.password}" | base64 --decode
If something doesn't work, please open an issue and I'll look into it. Provide which system are you using, version and if it's a fresh install or already an existing one.