Skip to content
Snippets Groups Projects
Commit 4911006c authored by Nicolas KAROLAK's avatar Nicolas KAROLAK
Browse files

passwordless sudoers

parent 400134c1
No related branches found
No related tags found
No related merge requests found
......@@ -63,4 +63,11 @@
user: root
key: "{{ item }}"
- name: sudoers without password
copy:
dest: /etc/sudoers.d/nopasswd
validate: visudo -cf %s
content: |
%sudo ALL=(ALL) NOPASSWD: ALL
...
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment