Skip to content

Commit

Permalink
ansible: improve the content (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq authored Apr 27, 2024
1 parent 7c011f7 commit cf9fcb6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions topics/ansible/basic/helloworld/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Ansible helloworld example

- Inventory file: [inventory.init](./inventory.init)
- Inventory file: [inventory.ini](./inventory.ini)
- First playbook file: [first-playbook.yml](./first-playbook.yml)

- Run the first playbook

```bash
# Navigate to code location
cd topics/ansible/basic/helloworld
# Navigate to code location under `devops-basics` repo
cd devops-basics/topics/ansible/basic/helloworld

# Run playbook
ansible-playbook -i inventory.ini first-playbook.yml
```
Expand Down

0 comments on commit cf9fcb6

Please sign in to comment.