Move developer.fedoraproject.org site live.
This commit is contained in:
parent
c15440b633
commit
94d1d057ff
3 changed files with 3 additions and 5 deletions
|
@ -49,7 +49,7 @@
|
||||||
- role: membership-map/build
|
- role: membership-map/build
|
||||||
when: master_sundries_node
|
when: master_sundries_node
|
||||||
- role: developer/build
|
- role: developer/build
|
||||||
when: master_sundries_node and env == "staging"
|
when: master_sundries_node
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- include: "{{ tasks }}/yumrepos.yml"
|
- include: "{{ tasks }}/yumrepos.yml"
|
||||||
|
|
|
@ -41,5 +41,4 @@
|
||||||
website: docs.fedoraproject.org
|
website: docs.fedoraproject.org
|
||||||
|
|
||||||
- role: developer/website
|
- role: developer/website
|
||||||
website: developer.stg.fedoraproject.org
|
website: developer.fedoraproject.org
|
||||||
when: env == "staging"
|
|
||||||
|
|
|
@ -422,13 +422,12 @@
|
||||||
cert_name: "{{wildcard_cert_name}}"
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
|
|
||||||
- role: httpd/website
|
- role: httpd/website
|
||||||
name: developer.stg.fedoraproject.org
|
name: developer.fedoraproject.org
|
||||||
server_aliases: [developer.stg.fedoraproject.org]
|
server_aliases: [developer.stg.fedoraproject.org]
|
||||||
# Set this explicitly to stg here.. as per the original puppet config.
|
# Set this explicitly to stg here.. as per the original puppet config.
|
||||||
SSLCertificateChainFile: wildcard-2014.stg.fedoraproject.org.intermediate.cert
|
SSLCertificateChainFile: wildcard-2014.stg.fedoraproject.org.intermediate.cert
|
||||||
sslonly: true
|
sslonly: true
|
||||||
cert_name: "{{wildcard_cert_name}}"
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
when: env == "staging"
|
|
||||||
|
|
||||||
# Kinda silly that we have two entries here, one for prod and one for stg.
|
# 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
|
# This is inherited from our puppet setup -- we can collapse them as soon as
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue