summaryrefslogtreecommitdiff
path: root/roles/ssh-ldap/templates/ansible_sudoers
diff options
context:
space:
mode:
Diffstat (limited to 'roles/ssh-ldap/templates/ansible_sudoers')
-rw-r--r--roles/ssh-ldap/templates/ansible_sudoers4
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/ssh-ldap/templates/ansible_sudoers b/roles/ssh-ldap/templates/ansible_sudoers
new file mode 100644
index 00000000..0f063f8b
--- /dev/null
+++ b/roles/ssh-ldap/templates/ansible_sudoers
@@ -0,0 +1,4 @@
+# !!MANAGED BY ANSIBLE!!
+{% for user in sudoers %}
+{{user}} ALL=(ALL:ALL) ALL
+{% endfor %}