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"