need these site entries so the reverseproxies work

This commit is contained in:
Kevin Fenzi 2016-06-06 21:02:26 +00:00
parent 90ecc1ff68
commit 466314cf44

View file

@ -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