Skip to content

Commit 7083746

Browse files
committed
converting to adoc 3
1 parent 3bded26 commit 7083746

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,28 @@ include::modules/comm-attributes.adoc[]
1414

1515
=== How to Log In
1616

17-
The default login user is `+admin+` and the password is generated randomly at install time; you will need the password to login in to the
17+
The default login user is `admin` and the password is generated randomly at install time; you will need the password to login in to the
1818
AAP interface. You do not have to log in to the interface - the pattern will configure the AAP instance; the pattern retrieves the password
19-
using the same technique as the `+ansible_get_credentials.sh+` script described below. If you want to inspect the AAP instance, or change any
19+
using the same technique as the `ansible_get_credentials.sh` script described below. If you want to inspect the AAP instance, or change any
2020
aspects of its configuration, there are two ways to login and look at it. Both mechanisms are equivalent; you get the same password to the
2121
same instance using either technique.
2222

2323
=== Via the OpenShift Console
2424

25-
In the OpenShift console, navigate to Workloads > Secrets and select the "`ansible-automation-platform`" project if you want to limit the number
25+
In the OpenShift console, navigate to Workloads > Secrets and select the `ansible-automation-platform` project if you want to limit the number
2626
of Secrets you can see.
2727

2828
link:/images/ansible-edge-gitops/ocp-console-secrets-aap-admin-password.png[image:/images/ansible-edge-gitops/ocp-console-secrets-aap-admin-password.png[secrets-navigation]]
2929

30-
The Secret you are looking for is in the `+ansible-automation-platform+` project and is named `+controller-admin-password+`. If you click on it,
30+
The Secret you are looking for is in the `ansible-automation-platform` project and is named `controller-admin-password`. If you click on it,
3131
you can see the Data.password field. It is shown revealed below to show that it is the same as what is shown by the script method of retrieving it below:
3232

3333
link:/images/ansible-edge-gitops/ocp-console-aap-admin-password-detail.png[image:/images/ansible-edge-gitops/ocp-console-aap-admin-password-detail.png[secrets-detail]]
3434

3535
=== Via https://github.com/validatedpatterns/ansible-edge-gitops/blob/main/scripts/ansible_get_credentials.sh[ansible_get_credentials.sh]
3636

37-
With your KUBECONFIG set, you can run `+./scripts/ansible-get-credentials.sh+` from your top-level pattern
38-
directory. This will use your OpenShift cluster admin credentials to retrieve the URL for your Ansible Automation Platform instance, as well as the password for its `+admin+` user, which is auto-generated by the AAP operator by default. The output of the command looks like this (your password will be different):
37+
With your KUBECONFIG set, you can run `./scripts/ansible-get-credentials.sh` from your top-level pattern
38+
directory. This will use your OpenShift cluster admin credentials to retrieve the URL for your Ansible Automation Platform instance, as well as the password for its `admin` user, which is auto-generated by the AAP operator by default. The output of the command looks like this (your password will be different):
3939

4040
[source,text]
4141
----

0 commit comments

Comments
 (0)