Skip to content

Commit

Permalink
Update ansible.md
Browse files Browse the repository at this point in the history
  • Loading branch information
syselement committed Nov 2, 2024
1 parent 2af872e commit 24859cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions devops-everything/ansible.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ ubuntu-srv.local
ansible_python_interpreter=/usr/bin/python3
```

---

## Commands

```bash
Expand Down Expand Up @@ -108,6 +110,8 @@ ansible all -m apt -a "name=nginx" --become -K
ansible all -a "systemctl restart nginx" --become
```

---

## Labs

### Playbooks
Expand Down

0 comments on commit 24859cb

Please sign in to comment.