From 32536c86830ff22b2b3520b43972e9bedd7c35e2 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Thu, 12 Apr 2018 12:56:38 +0000 Subject: [PATCH] limit this to prod Signed-off-by: Ricky Elrod --- playbooks/include/proxies-reverseproxy.yml | 1 + playbooks/include/proxies-websites.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 0ca0c8dcc8..3c1f958889 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -133,6 +133,7 @@ remotepath: / localpath: / proxyurl: http://localhost:10069 + when: env == "production" tags: - awx.fedoraproject.org diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 71ced7bc63..66f9437d66 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -479,6 +479,7 @@ site_name: awx.fedoraproject.org sslonly: true cert_name: "{{wildcard_cert_name}}" + when: env == "production" tags: - awx.fedoraproject.org