From ed684cccfd547e009b9d1d36e6af46d250610637 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 31 May 2015 16:54:27 +0000 Subject: [PATCH] Try explicitly setting the cert names here. --- playbooks/groups/mirrorlist2.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/mirrorlist2.yml b/playbooks/groups/mirrorlist2.yml index ef3911e980..d5585099c8 100644 --- a/playbooks/groups/mirrorlist2.yml +++ b/playbooks/groups/mirrorlist2.yml @@ -79,7 +79,7 @@ - role: httpd/website name: mirrorlist-phx2.stg.phx2.fedoraproject.org - cert_name: "{{wildcard_cert_name}}" + cert_name: wildcard-2014.stg.fedoraproject.org SSLCertificateChainFile: wildcard-2014.stg.fedoraproject.org.intermediate.cert when: env == "staging" @@ -90,7 +90,7 @@ - role: httpd/website name: mirrorlist-phx2.phx2.fedoraproject.org - cert_name: "{{wildcard_cert_name}}" + cert_name: wildcard-2014.fedoraproject.org server_aliases: - mirrorlist-dedicatedsolutions.fedoraproject.org - mirrorlist-host1plus.fedoraproject.org