aboutsummaryrefslogtreecommitdiffstats
path: root/roles/nagios_client/templates/etc/sudoers.d/nagios.j2
blob: 039e7a441dcb4f96a9cf2e8d9b5a37f07fcdc6b9 (plain)
1
2
3
{% for command in nagios_sudo_whitelist %}
{{ nagios_user }} ALL=(root) NOPASSWD: {{ command | replace(':', '\\:') }}
{% endfor %}