ansible-pilote/templates/nrpe/nrpe_local.cfg.j2

6 lines
148 B
Text
Raw Permalink Normal View History

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