Files
dsk-iac/ansible/roles/bastion/templates/sudoers_users.j2
havelight-ee 080fd52c8f update
2023-07-14 17:12:58 +09:00

7 lines
160 B
Django/Jinja
Executable File

dev2-iac ALL=(ALL) NOPASSWD: ALL
{% if allow_users is defined %}
{% for user in admin_users %}
{{ user.name }} ALL=(ALL) NOPASSWD: ALL
{% endfor %}
{% endif %}