From 09b6991fa87400b3ea468f8be4fad87994ec2abd Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sun, 11 Dec 2016 23:47:32 +0000 Subject: [PATCH] Fix pkgs Signed-off-by: Patrick Uiterwijk --- playbooks/include/proxies-reverseproxy.yml | 10 ---------- playbooks/include/proxies-websites.yml | 8 +------- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index ce9bc4a440..88b1b427ee 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -504,16 +504,6 @@ header_scheme: true header_expect: true keephost: true - when: env == "production" - - - role: httpd/reverseproxy - website: src.stg.fedoraproject.org - destname: git - proxyurl: http://localhost:10057 - header_scheme: true - header_expect: true - keephost: true - when: env == "staging" - role: httpd/reverseproxy website: osbs.fedoraproject.org diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 6a3388af35..d645db3d9f 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -158,15 +158,9 @@ - role: httpd/website name: src.fedoraproject.org + server_aliases: [src.stg.fedoraproject.org] cert_name: "{{wildcard_cert_name}}" sslonly: true - when: env == "staging" - - - role: httpd/website - name: src.stg.fedoraproject.org - cert_name: "{{wildcard_cert_name}}" - sslonly: true - when: env == "staging" - role: httpd/website name: download.fedoraproject.org