test to see why we put this in

This commit is contained in:
Stephen Smoogen 2020-02-26 21:36:45 +00:00 committed by Pierre-Yves Chibon
parent b7f9164fb9
commit 8cf6069e6d

View file

@ -7,7 +7,7 @@
define hostgroup{
hostgroup_name {{ key }}
alias {{ key }}
members {% for host in groups[key]|sort %}{% if hostvars[host].nagios_Check_Services['ping'] == true or hostvars[host].nagios_Check_Services['sshd'] == true %}{{host}}, {% endif %}{% endfor %}
members {% for host in groups[key]|sort %}{{host}}, {% endfor %}
}
{% endif %}