Initial commit
This commit is contained in:
commit
7e029a0d33
22 changed files with 598 additions and 0 deletions
3
templates/sudoers.j2
Normal file
3
templates/sudoers.j2
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }}
|
||||
#
|
||||
ansible ALL = ({{ default_user }}:{{ default_user }}) NOPASSWD: ALL
|
||||
Reference in a new issue