Skip to content

Commit

Permalink
Merge pull request #2201 from rlopez133/fix_directions_2.2
Browse files Browse the repository at this point in the history
fixed directions
  • Loading branch information
rlopez133 authored Nov 15, 2024
2 parents e72dea9 + 4996a38 commit e6f4dea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions exercises/ansible_rhel/2.2-cred/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ In automation controller, inventories define and organize the hosts your playboo
### 2. Exploring the _Workshop Inventory_
The _Workshop Inventory_ is preloaded in your lab environment, representing a static inventory configuration.

- **Accessing the Inventory:** Navigate to **Automation Execution → Infrastructure → Credentials** in the web UI, and select _Workshop Inventory_.
- **Accessing the Inventory:** Navigate to **Automation Execution → Infrastructure → Inventories** in the web UI, and select _Workshop Inventory_.
- **Viewing Hosts:** Navigate to **Automation Execution → Infrastructure → Hosts** to see the predefined hosts, similar to those in a traditional Ansible inventory file.
-

Expand All @@ -33,8 +33,8 @@ web2 ansible_host=33.44.55.66
### 3. Understanding Machine Credentials
Machine credentials are essential for establishing secure SSH connections to managed hosts.

- **Accessing Credentials:** Navigate to **Automation Execution → Infrastructure → Credentials** and select _Workshop Credential_.
- **Credential Details:** The 'Workshop Credential' is configured with:
- **Accessing Credentials:** Navigate to **Automation Execution → Infrastructure→ Credentials** and select _Workshop Credentials_.
- **Credential Details:** The 'Workshop Credentials' is configured with:
- **Credential Type:** Machine (for SSH).
- **Username:** A predefined user, such as `ec2-user`.
- **SSH Private Key:** Encrypted, providing secure access to hosts.
Expand Down

0 comments on commit e6f4dea

Please sign in to comment.