Make staging work (it only has 1 node)
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
4baab47474
commit
f05bc90b8f
1 changed files with 13 additions and 2 deletions
|
@ -653,9 +653,20 @@
|
|||
keephost: true
|
||||
balancer_name: koji
|
||||
balancer_members:
|
||||
- "koji01{{ env_suffix }}.phx2.fedoraproject.org"
|
||||
- "koji02{{ env_suffix }}.phx2.fedoraproject.org"
|
||||
- "koji01.phx2.fedoraproject.org"
|
||||
- "koji02.phx2.fedoraproject.org"
|
||||
http_not_https_yes_this_is_insecure_and_i_feel_bad: true
|
||||
when: env == "production"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: koji.fedoraproject.org
|
||||
destname: koji
|
||||
keephost: true
|
||||
balancer_name: koji
|
||||
balancer_members:
|
||||
- "koji01.phx2.fedoraproject.org"
|
||||
http_not_https_yes_this_is_insecure_and_i_feel_bad: true
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: kojipkgs.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue