ansible-pilote/templates/nrpe/nrpe_local.cfg.j2
Julien Riou 096a3e0540
Initial commit
Signed-off-by: Julien Riou <julien@riou.xyz>
2024-04-27 15:21:55 +02:00

6 lines
149 B
Django/Jinja

{{ ansible_managed | comment }}
{% for command in nrpe_commands | default([]) %}
command[{{ command['name'] }}]={{ command['line'] }}
{% endfor %}