mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 14:02:12 +08:00
Set up openqa with balancer
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
@@ -319,9 +319,16 @@
|
||||
- role: httpd/reverseproxy
|
||||
website: openqa.fedoraproject.org
|
||||
destname: openqa
|
||||
remotepath: /
|
||||
localpath: /
|
||||
proxyurl: http://localhost:10044
|
||||
balancer_name: openqa
|
||||
balancer_members: ['openqa.qa.fedoraproject.org:80']
|
||||
when: env == "production"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: openqa.fedoraproject.org
|
||||
destname: openqa
|
||||
balancer_name: openqa-stg
|
||||
balancer_members: ['openqa-stg01.qa.fedoraproject.org:80']
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: apps.fedoraproject.org
|
||||
|
||||
Reference in New Issue
Block a user