Skip to content

Commit

Permalink
adding the new hosts description
Browse files Browse the repository at this point in the history
  • Loading branch information
rlopez133 committed Feb 5, 2024
1 parent f13d853 commit 5a6349e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/ansible_rhel/1.3-playbook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ First, create a text file in YAML format for your playbook. Remember:
- Use spaces, not tabs, for indentation.

Key Concepts:
- `hosts`: Specifies the targets for your playbook.
- `hosts`: Specifies the target servers or devices for your playbook to run against.
- `tasks`: The actions Ansible will perform.
- `become`: Allows privilege escalation (running tasks with elevated privileges).

Expand Down

0 comments on commit 5a6349e

Please sign in to comment.