diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 4a4b3a5b70..f585fbaf71 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -158,17 +158,21 @@ localpath: /accounts proxyurl: http://localhost:10004 - # Fedoauth is odd here -- it has an entry for both stg and prod. + # Ipsilon is odd here -- it has an entry for both stg and prod. - role: httpd/reverseproxy website: id.stg.fedoraproject.org - destname: id - proxyurl: http://localhost:10020 + destname: os-id + balancer_name: app-os + targettype: openshift + keephost: true when: env == "staging" - role: httpd/reverseproxy website: username.id.stg.fedoraproject.org - destname: usernameid - proxyurl: http://localhost:10020 + destname: os-usernameid + balancer_name: app-os + targettype: openshift + keephost: true when: env == "staging" - role: httpd/reverseproxy