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

@ -673,7 +673,7 @@ loopabull01.phx2.fedoraproject.org
[loopabull-stg]
loopabull01.stg.phx2.fedoraproject.org
[proxies]
[proxies-external]
proxy01.phx2.fedoraproject.org
proxy02.fedoraproject.org
proxy03.fedoraproject.org
@ -688,9 +688,15 @@ proxy11.fedoraproject.org
proxy12.fedoraproject.org
proxy13.fedoraproject.org
proxy14.fedoraproject.org
[proxies-internal]
proxy101.phx2.fedoraproject.org
proxy110.phx2.fedoraproject.org
[proxies:children]
proxies-external
proxies-internal
[proxies-stg]
proxy01.stg.phx2.fedoraproject.org

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 %}
}