initial commit
This commit is contained in:
9
templates/sudoers.j2
Normal file
9
templates/sudoers.j2
Normal file
@ -0,0 +1,9 @@
|
||||
# {{ ansible_managed }}
|
||||
{% for user in groot %}
|
||||
|
||||
Defaults:{{ user }} !requiretty
|
||||
{% for command in item.value -%}
|
||||
{{ user }} ALL=(ALL:ALL) NOPASSWD: {{ command }}
|
||||
{% endfor -%}
|
||||
|
||||
{% endfor %}
|
Reference in New Issue
Block a user