diff options
author | Stephen Smoogen <smooge@redhat.com> | 2017-04-27 23:57:52 +0000 |
---|---|---|
committer | Stephen Smoogen <smooge@redhat.com> | 2017-04-27 23:57:52 +0000 |
commit | baa8007d040e2bc609b75fbb8cf38cde4fe09d79 (patch) | |
tree | 05f584e136bfdf9aba6cb101d9f02e3a9d33f34c | |
parent | c749b92cb77dabd45648aa2ae24ddd55c391bb52 (diff) | |
download | ansible-baa8007d040e2bc609b75fbb8cf38cde4fe09d79.tar.gz ansible-baa8007d040e2bc609b75fbb8cf38cde4fe09d79.tar.xz ansible-baa8007d040e2bc609b75fbb8cf38cde4fe09d79.zip |
and we have new certs for fedoracommunity
-rw-r--r-- | playbooks/include/proxies-websites.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index d7ac98039..25492a02c 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -304,7 +304,8 @@ - www.fedora.community - www.fedoraproject.community ssl: false - cert_name: "{{wildcard_cert_name}}" + cert_name: fedoracommunity.org + SSLCertificateChainFile: fedoracommunity.org.intermediate.cert - role: httpd/website name: get.fedoraproject.org |