Add manjaro playbook

Add basic manjaro playbook that installs software, sets up swap, and
sets some basic configuration.
This commit is contained in:
ducoterra
2022-01-28 20:45:56 -05:00
parent 636486ae60
commit 014a1123d2
2 changed files with 302 additions and 0 deletions

View File

@@ -18,3 +18,9 @@ Run an ad-hoc command
```bash
ansible pi -i hosts --become-method=sudo --ask-become-pass --become -a "apt update"
```
Run a playbook
```bash
ansible-playbook -i hosts --ask-become-pass playbooks/pi.yaml
```