proxies: add resultsdb website in prod
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
ab68a5f543
commit
c7b2f39a08
1 changed files with 7 additions and 0 deletions
|
@ -814,6 +814,13 @@
|
||||||
cert_name: "{{wildcard_cert_name}}"
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
when: env == "staging"
|
when: env == "staging"
|
||||||
|
|
||||||
|
- role: httpd/website
|
||||||
|
site_name: resultsdb.fedoraproject.org
|
||||||
|
server_aliases: [resultsdb.fedoraproject.org]
|
||||||
|
sslonly: true
|
||||||
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
|
when: env != "staging"
|
||||||
|
|
||||||
- role: httpd/website
|
- role: httpd/website
|
||||||
site_name: lists.fedoraproject.org
|
site_name: lists.fedoraproject.org
|
||||||
server_aliases: [lists.stg.fedoraproject.org]
|
server_aliases: [lists.stg.fedoraproject.org]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue