need these site entries so the reverseproxies work
This commit is contained in:
parent
90ecc1ff68
commit
466314cf44
1 changed files with 14 additions and 0 deletions
|
@ -499,6 +499,20 @@
|
|||
cert_name: "{{wildcard_cert_name}}"
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/website
|
||||
name: retrace.fedoraproject.org
|
||||
server_aliases: [retrace.stg.fedoraproject.org]
|
||||
sslonly: true
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/website
|
||||
name: faf.fedoraproject.org
|
||||
server_aliases: [faf.stg.fedoraproject.org]
|
||||
sslonly: true
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
when: env == "staging"
|
||||
|
||||
# Kinda silly that we have two entries here, one for prod and one for stg.
|
||||
# This is inherited from our puppet setup -- we can collapse them as soon as
|
||||
# is convenient. -- threebean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue