aboutsummaryrefslogtreecommitdiffstats
path: root/roles/proxmox_hypervisor/templates/etc/sudoers.d/nagios.j2
blob: 1a1945e467cd9c973f5a3b75ac8d51efc6498130 (plain)
1
2
3
{% for command in proxmox_nagios_sudo_whitelist %}
{{ proxmox_nagios_user }} ALL=(root) NOPASSWD: {{ command | replace(':', '\\:') }}
{% endfor %}