ssh.role/templates/10_allowed_suoders.j2

7 lines
135 B
Text
Raw Normal View History

2024-09-17 00:49:08 +02:00
#jinja2: lstrip_blocks: True
# {{ ansible_managed }}
{% for item in ssh_users %}
{{ item.name }} ALL=(ALL) NOPASSWD: ALL
{% endfor %}