mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 22:11:01 +08:00
proxies: fixing hostname for taskotron/resultsdb
When I changed taskotron-prod to new-style proxy declarations, I used the wrong hostname for the balancers - fixing that to move traffic over the vpn
This commit is contained in:
@@ -423,7 +423,7 @@
|
||||
website: taskotron.fedoraproject.org
|
||||
destname: taskotron
|
||||
balancer_name: taskotron
|
||||
balancer_members: ['taskotron01.qa.fedoraproject.org:80']
|
||||
balancer_members: ['taskotron01.vpn.fedoraproject.org:80']
|
||||
http_not_https_yes_this_is_insecure_and_i_feel_bad: true
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
@@ -432,7 +432,7 @@
|
||||
localpath: /taskmaster/ws
|
||||
remotepath: /taskmaster/ws
|
||||
balancer_name: taskotron
|
||||
balancer_members: ['taskotron01.qa.fedoraproject.org:80']
|
||||
balancer_members: ['taskotron01.vpn.fedoraproject.org:80']
|
||||
http_not_https_yes_this_is_insecure_and_i_feel_bad: true
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
@@ -441,7 +441,7 @@
|
||||
localpath: /resultsdb
|
||||
remotepath: /resultsdb
|
||||
balancer_name: resultsdb
|
||||
balancer_members: ['resultsdb01.qa.fedoraproject.org:80']
|
||||
balancer_members: ['resultsdb01.vpn.fedoraproject.org:80']
|
||||
http_not_https_yes_this_is_insecure_and_i_feel_bad: true
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
@@ -450,7 +450,7 @@
|
||||
localpath: /resultsdb_api
|
||||
remotepath: /resultsdb_api
|
||||
balancer_name: resultsdb
|
||||
balancer_members: ['resultsdb01.qa.fedoraproject.org:80']
|
||||
balancer_members: ['resultsdb01.vpn.fedoraproject.org:80']
|
||||
http_not_https_yes_this_is_insecure_and_i_feel_bad: true
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
@@ -459,7 +459,7 @@
|
||||
localpath: /execdb
|
||||
remotepath: /execdb
|
||||
balancer_name: resultsdb
|
||||
balancer_members: ['resultsdb01.qa.fedoraproject.org:80']
|
||||
balancer_members: ['resultsdb01.vpn.fedoraproject.org:80']
|
||||
http_not_https_yes_this_is_insecure_and_i_feel_bad: true
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
@@ -468,7 +468,7 @@
|
||||
localpath: /vault
|
||||
remotepath: /vault
|
||||
balancer_name: resultsdb
|
||||
balancer_members: ['resultsdb01.qa.fedoraproject.org:80']
|
||||
balancer_members: ['resultsdb01.vpn.fedoraproject.org:80']
|
||||
http_not_https_yes_this_is_insecure_and_i_feel_bad: true
|
||||
|
||||
### And four entries for taskotron for staging
|
||||
|
||||
Reference in New Issue
Block a user