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]