put stg.release-monitoring.org in staging proxy and get it a cert
This commit is contained in:
parent
04dfc56507
commit
02410fca16
2 changed files with 17 additions and 0 deletions
|
@ -727,6 +727,14 @@
|
|||
keephost: true
|
||||
tags: silverblue
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: release-monitoring.org
|
||||
destname: release-monitoring
|
||||
# haproxy entry for os-nodes-frontend
|
||||
proxyurl: http://localhost:10065
|
||||
keephost: true
|
||||
tags: release-montoring
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: data-analysis.fedoraproject.org
|
||||
destname: awstats
|
||||
|
|
|
@ -867,6 +867,15 @@
|
|||
server_aliases: [silverblue.stg.fedoraproject.org]
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
|
||||
- role: httpd/website
|
||||
site_name: release-monitoring.org
|
||||
sslonly: true
|
||||
server_aliases: [stg.release-monitoring.org]
|
||||
certbot: true
|
||||
tags:
|
||||
- release-monitoring.org
|
||||
when: env == "staging"
|
||||
|
||||
# fedorahosted is retired. We have the site here so we can redirect it.
|
||||
|
||||
- role: httpd/website
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue