Initial base playbooks
Signed-off-by: Nis Wechselberg <enbewe@enbewe.de>
This commit is contained in:
parent
9c51597396
commit
dd603044fc
11 changed files with 305 additions and 0 deletions
4
playbooks/templates/sudoers.d/ansible.j2
Normal file
4
playbooks/templates/sudoers.d/ansible.j2
Normal file
|
@ -0,0 +1,4 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
# Allow user for ansible to use sudo without password
|
||||
{{ ansible_user }} ALL=(ALL:ALL) NOPASSWD: ALL
|
Loading…
Add table
Add a link
Reference in a new issue