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
Copy file name to clipboardExpand all lines: content/patterns/federated-edge-observability/ansible-automation-platform.adoc
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@ weight: 20
4
4
aliases: /federated-edge-observability/aap/
5
5
---
6
6
7
-
:toc:
7
+
:toc: right
8
8
:imagesdir: /images
9
9
:_content-type: ASSEMBLY
10
10
include::modules/comm-attributes.adoc[]
11
11
12
12
[id="ansible-automation-pattern"]
13
13
== Logging in to the Ansible Automation Platform
14
14
15
-
The default login user for the AAP interface is `admin`, and the password is randomly generated during installation. This password is required to access the interface. However, logging into the interface is not necessary, as the pattern automatically configures the AAP instance. The pattern retrieves the password using the same method as the `ansible_get_credentials.sh` script (described below).
15
+
The default login user for the AAP interface is `admin`, and the password is randomly generated during installation. This password is required to access the interface. However, logging into the interface is not necessary, as the pattern automatically configures the AAP instance. The pattern retrieves the password by using the same method as the `ansible_get_credentials.sh` script (described below).
16
16
17
17
If you need to inspect the AAP instance or modify its configuration, there are two ways to log in. Both methods give access to the same instance using the same password.
18
18
@@ -21,8 +21,7 @@ If you need to inspect the AAP instance or modify its configuration, there are t
21
21
22
22
Follow these steps to log in to the Ansible Automation Platform using the OpenShift console:
23
23
24
-
. In the OpenShift console, go to *Workloads* > *Secrets* and select the `ansible-automation-platform` project if you want to limit the number
25
-
of secrets you can see.
24
+
. In the OpenShift console, go to *Workloads* > *Secrets* and select the `ansible-automation-platform` project if you want to limit the number of secrets you can see.
. Under *Networking* > *Routes*, click the URL for `aap` route to open the Ansible Automation Platform interface.
36
+
. Under *Networking* > *Routes*, click the URL for the `aap` route to open the Ansible Automation Platform interface.
38
37
39
-
.. Log in using the `admin` user and the password you retrieved from the `aap-admin-password` secret. The following image shows the screen that appears after logging in
38
+
.. Log in using the `admin` user and the password you retrieved from the `aap-admin-password` secret. The following image shows the screen that appears after logging in.
=== Logging in using secret retrieved using ansible_get_credentials.sh
44
+
=== Logging in using a secret retrieved with ansible_get_credentials.sh
47
45
48
46
Follow this procedure to log in to the Ansible Automation Platform using the `ansible_get_credentials.sh` script:
49
47
@@ -91,5 +89,4 @@ ok: [localhost] => {
91
89
92
90
PLAY RECAP ***********************************************************************************************************************************************************************************************
See link:/federated-edge-observability/ansible-automation-platform/[AnsibleAutomation Platform] for more information on how this pattern uses the
285
-
Ansible Automation Platform Operator for OpenShift.
284
+
See link:/federated-edge-observability/ansible-automation-platform/[AnsibleAutomation Platform] for more information on how this pattern uses the Ansible Automation Platform Operator for OpenShift.
0 commit comments