Only add labs and arm sites in stg for now. Revert this commit to enable in production before f22.
This commit is contained in:
parent
5e37fd79c4
commit
b91db8f9aa
2 changed files with 4 additions and 0 deletions
|
@ -33,8 +33,10 @@
|
||||||
website: getfedora.org
|
website: getfedora.org
|
||||||
- role: fedora-web/labs
|
- role: fedora-web/labs
|
||||||
website: labs.fedoraproject.org
|
website: labs.fedoraproject.org
|
||||||
|
when: env == "staging"
|
||||||
- role: fedora-web/arm
|
- role: fedora-web/arm
|
||||||
website: arm.fedoraproject.org
|
website: arm.fedoraproject.org
|
||||||
|
when: env == "staging"
|
||||||
|
|
||||||
# Some other static content, not strictly part of "fedora-web" goes below here
|
# Some other static content, not strictly part of "fedora-web" goes below here
|
||||||
- role: fedora-docs/proxy
|
- role: fedora-docs/proxy
|
||||||
|
|
|
@ -184,12 +184,14 @@
|
||||||
server_aliases:
|
server_aliases:
|
||||||
- labs.stg.fedoraproject.org
|
- labs.stg.fedoraproject.org
|
||||||
cert_name: "{{wildcard_cert_name}}"
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
|
when: env == "staging"
|
||||||
|
|
||||||
- role: httpd/website
|
- role: httpd/website
|
||||||
name: arm.fedoraproject.org
|
name: arm.fedoraproject.org
|
||||||
server_aliases:
|
server_aliases:
|
||||||
- arm.stg.fedoraproject.org
|
- arm.stg.fedoraproject.org
|
||||||
cert_name: "{{wildcard_cert_name}}"
|
cert_name: "{{wildcard_cert_name}}"
|
||||||
|
when: env == "staging"
|
||||||
|
|
||||||
- role: httpd/website
|
- role: httpd/website
|
||||||
name: boot.fedoraproject.org
|
name: boot.fedoraproject.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue