rearrange yml files into separate folders
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
```bash
|
||||
ansible-playbook -i ../inventory.ini playbook.yml
|
||||
```
|
||||
@@ -0,0 +1,9 @@
|
||||
- name: update shizz
|
||||
hosts: all
|
||||
tasks:
|
||||
|
||||
- name: Update, upgrade and autoremove
|
||||
apt:
|
||||
update_cache: true
|
||||
upgrade: full
|
||||
autoremove: true
|
||||
Reference in New Issue
Block a user