brute force for now

This commit is contained in:
Kevin Fenzi 2018-05-17 22:09:20 +00:00
parent 83454d7260
commit ba587e6aa9
2 changed files with 1 additions and 6 deletions

View file

@ -3,7 +3,7 @@
###############
## {{ env }}
{% for key, value in groups.iteritems() %}
{% if groups[key] != [] and groups[key] != 'nomonitor' %}
{% if groups[key] != [] and groups[key] != 'newcloud-compute' and groups[key] != 'newcloud-control' and groups[key] != 'newcloud' %}
define hostgroup{
hostgroup_name {{ key }}
alias {{ key }}