From e5d95a553f45e373883ec864b23d2717d4cde65f Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Mon, 22 Jan 2024 20:39:09 -0700 Subject: [PATCH] Update Containers/Kubernetes/Rancher RKE2/AWX Operator/Ansible AWX Operator.md --- .../Rancher RKE2/AWX Operator/Ansible AWX Operator.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Containers/Kubernetes/Rancher RKE2/AWX Operator/Ansible AWX Operator.md b/Containers/Kubernetes/Rancher RKE2/AWX Operator/Ansible AWX Operator.md index dcd0fd2..fd863c6 100644 --- a/Containers/Kubernetes/Rancher RKE2/AWX Operator/Ansible AWX Operator.md +++ b/Containers/Kubernetes/Rancher RKE2/AWX Operator/Ansible AWX Operator.md @@ -121,6 +121,16 @@ The RKE2 Cluster will translate `awx.bunny-lab.io` to the AWX web-service contai kubectl get secret awx-admin-password -n awx -o jsonpath="{.data.password}" | base64 --decode ; echo ``` +## Change Admin Password +You will want to change the admin password straight-away. Use the following navigation structure to find where to change the password: +``` mermaid +graph LR + A[AWX Dashboard] --> B[Access] + B --> C[Users] + C --> D[Admin] + D --> E[Edit] +``` + ## Troubleshooting You may wish to want to track the deployment process to verify that it is actually doing something. There are a few Kubernetes commands that can assist with this listed below.