diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 558f5f4146..a45c74d3c8 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -174,6 +174,14 @@ proxyurl: http://localhost:10053 when: env == "staging" + - role: httpd/reverseproxy + website: id.stg.fedoraproject.org + destname: 00-ipa + remotepath: /ipa + localpath: /ipa + proxyurl: http://localhost:10053 + when: env == "staging" + - role: httpd/reverseproxy website: id.fedoraproject.org destname: id @@ -188,6 +196,14 @@ proxyurl: http://localhost:10053 when: env != "staging" + - role: httpd/reverseproxy + website: id.fedoraproject.org + destname: 00-ipa + remotepath: /ipa + localpath: /ipa + proxyurl: http://localhost:10053 + when: env != "staging" + - role: httpd/reverseproxy website: apps.fedoraproject.org destname: datagrepper