first cut at alt.stg site for websites folks
This commit is contained in:
parent
23c19ddb7a
commit
a2cf1312a2
8 changed files with 359 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue