Clean Code
This commit is contained in:
6
01-old/ansible/roles/bastion/templates/sudoers_users.j2
Executable file
6
01-old/ansible/roles/bastion/templates/sudoers_users.j2
Executable file
@@ -0,0 +1,6 @@
|
||||
dev2-iac ALL=(ALL) NOPASSWD: ALL
|
||||
{% if allow_users is defined %}
|
||||
{% for user in admin_users %}
|
||||
{{ user.name }} ALL=(ALL) NOPASSWD: ALL
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user