diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index f667fb1bd6..41f3b9c4df 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -719,3 +719,11 @@ cert_name: qa.fedoraproject.org SSLCertificateChainFile: qa.fedoraproject.org.intermediate.cert sslonly: true + + - role: httpd/website + name: nagios.stg.fedoraproject.org + server_aliases: [nagios.stg.fedoraproject.org] + SSLCertificateChainFile: wildcard-2014.stg.fedoraproject.org.intermediate.cert + sslonly: true + cert_name: "{{wildcard_cert_name}}" + when: env == "staging"