Skip to content

Commit 8c4dd8f

Browse files
committed
adding changes from the review
1 parent e39641c commit 8c4dd8f

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

content/modules/ROOT/pages/02-aap-smart-inventory.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ OpenShift environment.
7070
Ensure that you can ping those VMs
7171
within the **AAP** dashboard {aap_controller_web_url} as follows:
7272

73-
. Login to the AAP Dashboard using the credentials above.
73+
. Login to the AAP Dashboard using the credentials provided in the `Setup` step.
7474
+
7575
. Navigate to Automation Execution -> Infrastructure -> Inventories
7676
* Select the `OpenShift Virtual Machines` Inventory

content/modules/ROOT/pages/04-vm-patching.adoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,15 @@ The following steps will guide you in creating the `update_security_packages.yml
1515
and the corresponding Ansible Playbook that will be called within your `Patch
1616
VMs` Job Template.
1717

18-
NOTE: To ensure the virtual machines can access the required repositories for patch updates, the environment is configured to use the `redhatone.vm_management.rhsm_subscription` role for managing subscriptions. Additionally, a `Vault Credential` was created within Ansible Automation Platform to securely handle credentials during the automation process. These configurations have already been created for you and require no additional setup.
18+
19+
[NOTE]
20+
====
21+
To ensure the virtual machines can access the required repositories for patch updates, the environment is configured to use the `redhatone.vm_management.rhsm_subscription` role for managing subscriptions. Additionally, a `Vault Credential` was created within Ansible Automation Platform to securely handle credentials during the automation process.
22+
23+
Vault Credentials provide a significant security advantage: credentials are *one-way encrypted*, meaning they can be used within automation workflows but never exposed in plain text. This ensures sensitive information remains secure while simplifying credential management. This is a key benefit of Ansible Automation Platform that is often overlooked by ansible-core users.
24+
====
25+
26+
1927

2028
=== Create the `update_security_packages.yml` file.
2129

content/modules/ROOT/pages/05-vm-hot-add.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ managing resources across multiple VMs.
138138
- *cpu*: Specifies the number of CPU sockets for the VM (e.g., `2`).
139139
- *memory*: Defines the memory allocated to the VM, (e.g., `4Gi`).
140140

141-
WARNING: Non-Legacy VMs are not part of this lab exercise and the Legacy Method is for informational purposes only.
141+
WARNING: Legacy VMs are not part of this lab exercise and the Legacy Method is for informational purposes only.
142142

143143
== Create and Run the Hot-Plug Job Template
144144
. Within the AAP UI Dashboard, navigate to *Automation Execution → Templates*.

0 commit comments

Comments
 (0)