Skip to content

Commit e92e79f

Browse files
committed
updating aap 5
1 parent 6931eae commit e92e79f

File tree

1 file changed

+21
-16
lines changed

1 file changed

+21
-16
lines changed

content/patterns/federated-edge-observability/ansible-automation-platform.adoc

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -48,43 +48,48 @@ image::/images/federated-edge-observability/app-login.png[[federated-edge-observ
4848

4949
Follow this procedure to log in to the Ansible Automation Platform using the `ansible_get_credentials.sh` script:
5050

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:
52+
+
53+
[source,teeminal]
54+
----
55+
$ ./pattern.sh ./scripts/ansible_get_credentials.sh
56+
----
57+
+
58+
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):
5259
+
5360
[source,text]
5461
----
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
5863
59-
PLAY [Install manifest on AAP controller] ******************************************************************************
64+
PLAY [Retrieve Credentials for AAP on OpenShift] *********************************************************************************************************************************************************
6065
61-
TASK [Retrieve API hostname for AAP] ***********************************************************************************
66+
TASK [Retrieve API hostname for AAP] *********************************************************************************************************************************************************************
6267
ok: [localhost]
6368
64-
TASK [Set ansible_host] ************************************************************************************************
69+
TASK [Set ansible_host] **********************************************************************************************************************************************************************************
6570
ok: [localhost]
6671
67-
TASK [Retrieve admin password for AAP] *********************************************************************************
72+
TASK [Retrieve admin password for AAP] *******************************************************************************************************************************************************************
6873
ok: [localhost]
6974
70-
TASK [Set admin_password fact] *****************************************************************************************
75+
TASK [Set admin_password fact] ***************************************************************************************************************************************************************************
7176
ok: [localhost]
7277
73-
TASK [Report AAP Endpoint] *********************************************************************************************
78+
TASK [Report AAP Endpoint] *******************************************************************************************************************************************************************************
7479
ok: [localhost] => {
75-
"msg": "AAP Endpoint: https://controller-ansible-automation-platform.apps.mhjacks-aeg.blueprints.rhecoeng.com"
80+
"msg": "AAP Endpoint: https://aap-ansible-automation-platform.apps.kevstestcluster.aws.validatedpatterns.io"
7681
}
7782
78-
TASK [Report AAP User] *************************************************************************************************
83+
TASK [Report AAP User] ***********************************************************************************************************************************************************************************
7984
ok: [localhost] => {
8085
"msg": "AAP Admin User: admin"
8186
}
8287
83-
TASK [Report AAP Admin Password] ***************************************************************************************
88+
TASK [Report AAP Admin Password] *************************************************************************************************************************************************************************
8489
ok: [localhost] => {
85-
"msg": "AAP Admin Password: CKollUjlir0EfrQuRrKuOJRLSQhi4a9E"
90+
"msg": "AAP Admin Password: XoQ2MoU88ibAwUZI8tHu194DP304UEqz"
8691
}
8792
88-
PLAY RECAP *************************************************************************************************************
89-
localhost : ok=7 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
93+
PLAY RECAP ***********************************************************************************************************************************************************************************************
94+
localhost : ok=7 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
9095
----

0 commit comments

Comments
 (0)