From df6cb63cd2dfa28c68a002081ffd9f37308f8517 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sun, 4 Dec 2016 02:00:16 +0000 Subject: [PATCH] Allow using of the IPA API Signed-off-by: Patrick Uiterwijk --- playbooks/include/proxies-reverseproxy.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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