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