From 2977ebd42e3c7893d1a02a857ab7598dc7ba554a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 15 Jan 2021 10:56:44 -0800 Subject: [PATCH] proxies / websites: add qa.stg to serveraliases for qa Right now staging doesn't know it should be answering for qa.stg.fedoraproject.org only qa.fedoraproject.org, so it needs to know this to allow access to staging qa hosts. Signed-off-by: Kevin Fenzi --- playbooks/include/proxies-websites.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 38812c77ee..18b2bf5b0d 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -784,6 +784,7 @@ - role: httpd/website site_name: qa.fedoraproject.org + server_aliases: [qa.stg.fedoraproject.org] cert_name: "{{wildcard_cert_name}}" sslonly: true