From c7b2f39a0820e68fe0fef2535179a27cd018aa0a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 10 Jun 2022 09:37:44 -0700 Subject: [PATCH] proxies: add resultsdb website in prod Signed-off-by: Kevin Fenzi --- playbooks/include/proxies-websites.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 50bea6b69f..7271110e51 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -814,6 +814,13 @@ cert_name: "{{wildcard_cert_name}}" when: env == "staging" + - role: httpd/website + site_name: resultsdb.fedoraproject.org + server_aliases: [resultsdb.fedoraproject.org] + sslonly: true + cert_name: "{{wildcard_cert_name}}" + when: env != "staging" + - role: httpd/website site_name: lists.fedoraproject.org server_aliases: [lists.stg.fedoraproject.org]