proxies: add zezere
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
46139df277
commit
c0a32daa34
2 changed files with 22 additions and 5 deletions
|
@ -648,6 +648,15 @@
|
|||
tags:
|
||||
- app.os.fedoraproject.org
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: "provision{{ env_suffix }}.fedoraproject.org"
|
||||
destname: zezere
|
||||
balancer_name: app-os
|
||||
targettype: openshift
|
||||
keephost: true
|
||||
tags:
|
||||
- zezere
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: odcs.fedoraproject.org
|
||||
destname: odcs
|
||||
|
|
|
@ -619,6 +619,14 @@
|
|||
sslonly: true
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
|
||||
- role: httpd/website
|
||||
site_name: "provision{{ env_suffix }}.fedoraproject.org"
|
||||
# Zezere needs non-HTTPS for netboot
|
||||
sslonly: false
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
tags:
|
||||
- zezere
|
||||
|
||||
- role: httpd/website
|
||||
site_name: os.fedoraproject.org
|
||||
sslonly: true
|
||||
|
@ -728,7 +736,7 @@
|
|||
|
||||
- role: httpd/website
|
||||
site_name: lists.fedorahosted.org
|
||||
server_aliases:
|
||||
server_aliases:
|
||||
- lists.stg.fedorahosted.org
|
||||
sslonly: true
|
||||
certbot: true
|
||||
|
@ -963,10 +971,10 @@
|
|||
- role: httpd/website
|
||||
site_name: fedorahosted.org
|
||||
sslonly: true
|
||||
server_aliases:
|
||||
- git.fedorahosted.org
|
||||
- bzr.fedorahosted.org
|
||||
- hg.fedorahosted.org
|
||||
server_aliases:
|
||||
- git.fedorahosted.org
|
||||
- bzr.fedorahosted.org
|
||||
- hg.fedorahosted.org
|
||||
- svn.fedorahosted.org
|
||||
certbot: true
|
||||
tags: fedorahosted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue