Files
dsk-iac/ansible/roles/bastion/templates/sudoers_users.j2
havelight-ee e3a240bc41 bastion update
2023-06-28 15:48:32 +09:00

6 lines
127 B
Django/Jinja
Executable File

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