Add an initial sudo role.
This commit is contained in:
5
ansible/playbook.yaml
Normal file
5
ansible/playbook.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
- hosts: all
|
||||
vars:
|
||||
ansible_become: True
|
||||
roles:
|
||||
- sudo
|
||||
Reference in New Issue
Block a user