Make labs and arm websites live in production. Pulling from f22 branch for now.
On release morning we need to switch them to pull from master and have websites team merge f22 to master branch.
This commit is contained in:
parent
81e0f3986f
commit
8d7c3e7731
2 changed files with 0 additions and 4 deletions
|
@ -33,10 +33,8 @@
|
|||
website: getfedora.org
|
||||
- role: fedora-web/labs
|
||||
website: labs.fedoraproject.org
|
||||
when: env == "staging"
|
||||
- role: fedora-web/arm
|
||||
website: arm.fedoraproject.org
|
||||
when: env == "staging"
|
||||
|
||||
# Some other static content, not strictly part of "fedora-web" goes below here
|
||||
- role: fedora-docs/proxy
|
||||
|
|
|
@ -184,14 +184,12 @@
|
|||
server_aliases:
|
||||
- labs.stg.fedoraproject.org
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/website
|
||||
name: arm.fedoraproject.org
|
||||
server_aliases:
|
||||
- arm.stg.fedoraproject.org
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/website
|
||||
name: boot.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue