diff options
author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2016-02-12 07:42:30 +0000 |
---|---|---|
committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2016-02-12 07:42:36 +0000 |
commit | 90c3f1b448e9b2400bf0235d6b8fa5f301c6c2e0 (patch) | |
tree | 5dec4cef62a0d0381600366b91348624c9a71fa2 | |
parent | 4d6d2c13730fc348e4cc462ab6fa27276d6c7f0a (diff) | |
download | ansible-90c3f1b448e9b2400bf0235d6b8fa5f301c6c2e0.tar.gz ansible-90c3f1b448e9b2400bf0235d6b8fa5f301c6c2e0.tar.xz ansible-90c3f1b448e9b2400bf0235d6b8fa5f301c6c2e0.zip |
.org.org ENOTFOUND
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
-rw-r--r-- | playbooks/include/proxies-websites.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 515bbb433..65d01e1c8 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -548,7 +548,7 @@ - role: httpd/website name: qa.stg.fedoraproject.org server_aliases: [qa.stg.fedoraproject.org] - cert_name: qa.stg.fedoraproject.org.org + cert_name: qa.stg.fedoraproject.org SSLCertificateChainFile: qa.stg.fedoraproject.org.intermediate.cert sslonly: true when: env == "staging" @@ -556,7 +556,7 @@ - role: httpd/website name: phab.qa.stg.fedoraproject.org server_aliases: [phab.qa.stg.fedoraproject.org] - cert_name: qa.stg.fedoraproject.org.org + cert_name: qa.stg.fedoraproject.org SSLCertificateChainFile: qa.stg.fedoraproject.org.intermediate.cert sslonly: true when: env == "staging" @@ -564,7 +564,7 @@ - role: httpd/website name: docs.qa.stg.fedoraproject.org server_aliases: [docs.qa.stg.fedoraproject.org] - cert_name: qa.stg.fedoraproject.org.org + cert_name: qa.stg.fedoraproject.org SSLCertificateChainFile: qa.stg.fedoraproject.org.intermediate.cert sslonly: true when: env == "staging" |