Update Containers/Kubernetes/Rancher RKE2/AWX Operator/Ansible AWX Operator.md

This commit is contained in:
Nicole Rappe
2024-01-22 20:33:52 -07:00
parent 44811113af
commit e4ffb422ab

View File

@ -115,8 +115,8 @@ The RKE2 Cluster will translate `awx.bunny-lab.io` to the AWX web-service contai
- AWX WebUI: https://awx.bunny-lab.io
![Ansible AWX WebUI](awx.png)
AWX will generate its own secure password the first time you set up AWX. You can run the following command to retrieve it.
You may see a prompt about "AWX is currently upgrading. This page will refresh when complete". Be patient, let it finish. When it's done, it will take you to a login page.
AWX will generate its own secure password the first time you set up AWX. Username is `admin`. You can run the following command to retrieve the password:
```
kubectl get secret awx-admin-password -n awx -o jsonpath="{.data.password}" | base64 --decode ; echo
```