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