walking blind, hope there is not a cliff
This commit is contained in:
parent
ba587e6aa9
commit
94bdce7c68
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
###############
|
###############
|
||||||
## {{ env }}
|
## {{ env }}
|
||||||
{% for key, value in groups.iteritems() %}
|
{% for key, value in groups.iteritems() %}
|
||||||
{% if groups[key] != [] and groups[key] != 'newcloud-compute' and groups[key] != 'newcloud-control' and groups[key] != 'newcloud' %}
|
{% if groups[key] != [] and ( groups[key] != 'newcloud-compute' or groups[key] != 'newcloud-control' or groups[key] != 'newcloud' ) %}
|
||||||
define hostgroup{
|
define hostgroup{
|
||||||
hostgroup_name {{ key }}
|
hostgroup_name {{ key }}
|
||||||
alias {{ key }}
|
alias {{ key }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue