input_params/base_vars.yml
, input_params/login_vars.yml
and input_params/powervault_me4_vars
per the provided Input Parameter Guides.ME4_template
on the AWX UI.kubectl get svc -n awx
.kubectl get secret awx-admin-password -n awx -o jsonpath="{.data.password}" | base64 --decode
.http://<IP>:8052
, where IP is the awx-ui IP address and 8052 is the awx-ui port number. Log in to the AWX UI using the username as admin
and the retrieved password.