somedays you just keep neanderthal-patching until it works

This commit is contained in:
Stephen Smoogen 2018-11-20 00:12:55 +00:00
parent 4f684bf9e1
commit c7deb6502a

View file

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