role_keepalived/templates/sudoers.j2

6 lines
125 B
Plaintext
Raw Normal View History

2023-10-10 13:22:58 +00:00
# {{ ansible_managed }}
{% for cmd in keepalived_sudoers_cmd %}
keepalived_script ALL=(ALL) NOPASSWD:{{ cmd }}
{% endfor %}