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