and voila.. a viola. [Or maybe a fix to make noc02 work]
This commit is contained in:
parent
8817396cb6
commit
4c936e6a45
2 changed files with 8 additions and 2 deletions
|
@ -673,7 +673,7 @@ loopabull01.phx2.fedoraproject.org
|
||||||
[loopabull-stg]
|
[loopabull-stg]
|
||||||
loopabull01.stg.phx2.fedoraproject.org
|
loopabull01.stg.phx2.fedoraproject.org
|
||||||
|
|
||||||
[proxies]
|
[proxies-external]
|
||||||
proxy01.phx2.fedoraproject.org
|
proxy01.phx2.fedoraproject.org
|
||||||
proxy02.fedoraproject.org
|
proxy02.fedoraproject.org
|
||||||
proxy03.fedoraproject.org
|
proxy03.fedoraproject.org
|
||||||
|
@ -688,9 +688,15 @@ proxy11.fedoraproject.org
|
||||||
proxy12.fedoraproject.org
|
proxy12.fedoraproject.org
|
||||||
proxy13.fedoraproject.org
|
proxy13.fedoraproject.org
|
||||||
proxy14.fedoraproject.org
|
proxy14.fedoraproject.org
|
||||||
|
|
||||||
|
[proxies-internal]
|
||||||
proxy101.phx2.fedoraproject.org
|
proxy101.phx2.fedoraproject.org
|
||||||
proxy110.phx2.fedoraproject.org
|
proxy110.phx2.fedoraproject.org
|
||||||
|
|
||||||
|
[proxies:children]
|
||||||
|
proxies-external
|
||||||
|
proxies-internal
|
||||||
|
|
||||||
[proxies-stg]
|
[proxies-stg]
|
||||||
proxy01.stg.phx2.fedoraproject.org
|
proxy01.stg.phx2.fedoraproject.org
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,6 @@ define hostgroup {
|
||||||
define hostgroup {
|
define hostgroup {
|
||||||
hostgroup_name proxies
|
hostgroup_name proxies
|
||||||
alias Web Servers
|
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 %}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue