From faf16acb51cda9c22d80ab9eb1aa29ed5c03175d Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Mon, 9 Jan 2017 19:43:58 +0000 Subject: [PATCH] oh look you forgot that --- playbooks/include/proxies-websites.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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"