From a2d896811269294c8cfd585ff08a9a209bb8bc4a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 6 Jun 2016 20:54:04 +0000 Subject: [PATCH] Add faf.stg and retrace.stg proxy sites in staging --- playbooks/include/proxies-reverseproxy.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 48e67b0738..ac9ce5fa0f 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -501,3 +501,15 @@ destname: registry proxyurl: http://localhost:10048 when: env == "staging" + + - role: httpd/reverseproxy + website: retrace.stg.fedoraproject.org + destname: retrace + proxyurl: http://localhost:10049 + when: env == "staging" + + - role: httpd/reverseproxy + website: faf.stg.fedoraproject.org + destname: faf + proxyurl: http://localhost:10050 + when: env == "staging"