first cut at alt.stg site for websites folks

This commit is contained in:
Kevin Fenzi 2016-06-06 22:31:04 +00:00
parent 23c19ddb7a
commit a2cf1312a2
8 changed files with 359 additions and 1 deletions

View file

@ -46,6 +46,9 @@
when: env == "staging"
- role: fedora-web/codecs
website: codecs.fedoraproject.org
- role: fedora-web/alt
website: alt.fedoraproject.org
when: env == "staging"
# Some other static content, not strictly part of "fedora-web" goes below here
- role: fedora-docs/proxy

View file

@ -513,6 +513,14 @@
cert_name: "{{wildcard_cert_name}}"
when: env == "staging"
- role: httpd/website
name: alt.fedoraproject.org
server_aliases:
- alt.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