iad2: proxies-reverseproxies: try and generalize datacenter for reverse proxies
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
8b89317429
commit
fa38fe6191
1 changed files with 5 additions and 5 deletions
|
@ -48,7 +48,7 @@
|
||||||
website: nagios.fedoraproject.org
|
website: nagios.fedoraproject.org
|
||||||
destname: nagios
|
destname: nagios
|
||||||
remotepath: /
|
remotepath: /
|
||||||
proxyurl: http://noc01.phx2.fedoraproject.org
|
proxyurl: http://noc01.{{ datacenter }}.fedoraproject.org
|
||||||
|
|
||||||
- role: httpd/reverseproxy
|
- role: httpd/reverseproxy
|
||||||
website: lists.fedoraproject.org
|
website: lists.fedoraproject.org
|
||||||
|
@ -558,8 +558,8 @@
|
||||||
keephost: true
|
keephost: true
|
||||||
balancer_name: koji
|
balancer_name: koji
|
||||||
balancer_members:
|
balancer_members:
|
||||||
- "koji01.phx2.fedoraproject.org"
|
- "koji01.{{ datacenter }}.fedoraproject.org"
|
||||||
- "koji02.phx2.fedoraproject.org"
|
- "koji02.{{ datacenter }}.fedoraproject.org"
|
||||||
http_not_https_yes_this_is_insecure_and_i_feel_bad: true
|
http_not_https_yes_this_is_insecure_and_i_feel_bad: true
|
||||||
when: env == "production"
|
when: env == "production"
|
||||||
|
|
||||||
|
@ -569,7 +569,7 @@
|
||||||
keephost: true
|
keephost: true
|
||||||
balancer_name: koji
|
balancer_name: koji
|
||||||
balancer_members:
|
balancer_members:
|
||||||
- "koji01.stg.phx2.fedoraproject.org"
|
- "koji01.stg.{{ datacenter }}.fedoraproject.org"
|
||||||
http_not_https_yes_this_is_insecure_and_i_feel_bad: true
|
http_not_https_yes_this_is_insecure_and_i_feel_bad: true
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
||||||
|
@ -691,4 +691,4 @@
|
||||||
destname: awstats
|
destname: awstats
|
||||||
remotepath: /
|
remotepath: /
|
||||||
localpath: /
|
localpath: /
|
||||||
proxyurl: http://data-analysis01.phx2.fedoraproject.org
|
proxyurl: http://data-analysis01.{{ datacenter }}.fedoraproject.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue