diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index ac8863072e..4cd1e9914d 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -185,14 +185,13 @@ - id.fedoraproject.org - role: httpd/reverseproxy - website: idtest.stg.fedoraproject.org + website: "sso{{ env_suffix }}.fedoraproject.org" destname: id balancer_name: app-os targettype: openshift keephost: true tags: - - idtest.fedoraproject.org - when: env == "staging" + - sso.fedoraproject.org - role: httpd/reverseproxy website: "username.id{{ env_suffix }}.fedoraproject.org" diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 55c1c0cea4..f8f1f3a104 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -710,13 +710,11 @@ - id.fedoraproject.org - role: httpd/website - site_name: idtest.stg.fedoraproject.org + site_name: "sso{{ env_suffix }}.fedoraproject.org" sslonly: true cert_name: "{{wildcard_cert_name}}" - stssubdomains: false tags: - - idtest.fedoraproject.org - when: env == "staging" + - sso.fedoraproject.org - role: httpd/website site_name: username.id.fedoraproject.org