ansible-pilote/templates/nagios/conf.d/commands.cfg.j2

10 lines
217 B
Text
Raw Permalink Normal View History

{{ ansible_managed | comment }}
{% for command in nagios_commands | default([]) %}
define command {
command_name {{ command['command_name'] }}
command_line {{ command['command_line'] }}
}
{% endfor %}