You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow this procedure to log in to the Ansible Automation Platform using the `ansible_get_credentials.sh` script:
50
50
51
-
. From the top-level pattern directory (ensuring you have set `KUBECONFIG`), run the `ansible_get_credentials.sh` script. This script retrieves the URL for your Ansible Automation Platform instance and the password for its `admin` user. The password is auto-generated by the AAP operator by default. The output of the command looks like this (your password will be different):
51
+
. From the top-level pattern directory (ensuring you have set `KUBECONFIG`), run the following command:
This script retrieves the URL for your Ansible Automation Platform instance and the password for its `admin` user. The password is auto-generated by the AAP operator by default. The output of the command looks like this (your password will be different):
52
59
+
53
60
[source,text]
54
61
----
55
-
./scripts/ansible_get_credentials.sh
56
-
[WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match
57
-
'all'
62
+
[WARNING]: No inventory was parsed, only implicit localhost is available
58
63
59
-
PLAY [Install manifest on AAP controller] ******************************************************************************
64
+
PLAY [Retrieve Credentials for AAP on OpenShift] *********************************************************************************************************************************************************
60
65
61
-
TASK [Retrieve API hostname for AAP] ***********************************************************************************
66
+
TASK [Retrieve API hostname for AAP] *********************************************************************************************************************************************************************
PLAY RECAP ***********************************************************************************************************************************************************************************************
0 commit comments