6 lines
125 B
Plaintext
6 lines
125 B
Plaintext
|
# {{ ansible_managed }}
|
||
|
|
||
|
{% for cmd in keepalived_sudoers_cmd %}
|
||
|
keepalived_script ALL=(ALL) NOPASSWD:{{ cmd }}
|
||
|
{% endfor %}
|