From b91db8f9aa9a40f4f051dfdac458dfeefa63e57e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 1 May 2015 16:13:15 +0000 Subject: [PATCH] Only add labs and arm sites in stg for now. Revert this commit to enable in production before f22. --- playbooks/include/proxies-fedora-web.yml | 2 ++ playbooks/include/proxies-websites.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/playbooks/include/proxies-fedora-web.yml b/playbooks/include/proxies-fedora-web.yml index 2170e4288d..d714a53ef0 100644 --- a/playbooks/include/proxies-fedora-web.yml +++ b/playbooks/include/proxies-fedora-web.yml @@ -33,8 +33,10 @@ 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 diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 504fcaae4a..56407ec63a 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -184,12 +184,14 @@ 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