From 3b612c0dea7e709f1658c3bf5b62fdd66e956f37 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sat, 29 Jun 2019 16:44:18 +0000 Subject: [PATCH] Set up sso.fp.o Signed-off-by: Patrick Uiterwijk --- playbooks/include/proxies-reverseproxy.yml | 5 ++--- playbooks/include/proxies-websites.yml | 6 ++---- 2 files changed, 4 insertions(+), 7 deletions(-) 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