and voila.. a viola. [Or maybe a fix to make noc02 work]

This commit is contained in:
Stephen Smoogen 2017-11-30 20:02:48 +00:00
parent 8817396cb6
commit 4c936e6a45
2 changed files with 8 additions and 2 deletions

View file

@ -15,6 +15,6 @@ define hostgroup {
define hostgroup {
hostgroup_name proxies
alias Web Servers
members {% for host in groups["proxies"] %} {{ hostvars[host]["inventory_hostname_short"] }}.fedoraproject.org {% if not loop.last %}, {% endif %} {% endfor %}
members {% for host in groups["proxies-external"] %} {{ hostvars[host]["inventory_hostname_short"] }}.fedoraproject.org {% if not loop.last %}, {% endif %} {% endfor %}
}