Add an initial sudo role.

This commit is contained in:
Tom Alexander
2022-10-09 18:51:41 -04:00
parent cd83e4756a
commit ade7fd30f4
6 changed files with 40 additions and 0 deletions

5
ansible/playbook.yaml Normal file
View File

@@ -0,0 +1,5 @@
- hosts: all
vars:
ansible_become: True
roles:
- sudo