diff --git a/playbooks/include/proxies-certificates.yml b/playbooks/include/proxies-certificates.yml index 8e6ca2f9e5..e3b73a45ac 100644 --- a/playbooks/include/proxies-certificates.yml +++ b/playbooks/include/proxies-certificates.yml @@ -37,6 +37,10 @@ SSLCertificateChainFile: wildcard-2017.app.os.stg.fedoraproject.org.intermediate.cert when: env == "staging" + - role: httpd/certificate + name: wildcard-2017.app.os.fedoraproject.org + SSLCertificateChainFile: wildcard-2017.app.os.fedoraproject.org.intermediate.cert + - role: httpd/certificate name: fedoramagazine.org SSLCertificateChainFile: fedoramagazine.org.intermediate.cert diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 7a76ed80f8..5e18f3b4a8 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -566,7 +566,6 @@ sslonly: true cert_name: "{{os_wildcard_cert_name}}" SSLCertificateChainFile: wildcard-2017.app.os.stg.fedoraproject.org.intermediate.cert - when: env == "staging" - role: httpd/website name: registry.fedoraproject.org