From 48c1391b108a122902543d8bf14e90a39ff7528f Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 18 Apr 2018 02:01:29 +0000 Subject: [PATCH] Bring bodhi frontend back to VMs for now This reverts commit 2df768606f321494f5534fab95044bf340bfe965. --- playbooks/include/proxies-reverseproxy.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index b5e1836376..9f05d09a93 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -268,11 +268,18 @@ localpath: /pkgdb proxyurl: "{{ varnish_url }}" + - role: httpd/reverseproxy + website: bodhi.fedoraproject.org + destname: bodhi + proxyurl: http://localhost:10010 + when: env != "staging" + - role: httpd/reverseproxy website: bodhi.fedoraproject.org destname: bodhi proxyurl: http://localhost:10065 keephost: true + when: env == "staging" - role: httpd/reverseproxy website: hubs.fedoraproject.org