brute force for now
This commit is contained in:
parent
83454d7260
commit
ba587e6aa9
2 changed files with 1 additions and 6 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue