From 91d645f656df8ca638e891cbc49fd66a1093c8d4 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 2 Sep 2021 16:22:56 -0700 Subject: [PATCH] Proxies: also install mirrors.centos.org certs Signed-off-by: Kevin Fenzi --- playbooks/include/proxies-certificates.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/playbooks/include/proxies-certificates.yml b/playbooks/include/proxies-certificates.yml index 3ebf9a3085..fee0f1f83a 100644 --- a/playbooks/include/proxies-certificates.yml +++ b/playbooks/include/proxies-certificates.yml @@ -67,6 +67,14 @@ certname: qa.fedoraproject.org SSLCertificateChainFile: qa.fedoraproject.org.intermediate.cert + - role: httpd/certificate + certname: mirrors.centos.org + when: env != "staging" + + - role: httpd/certificate + certname: mirrors.stg.centos.org + when: env == "staging" + # - role: httpd/certificate # certname: secondary.koji.fedoraproject.org.letsencrypt # SSLCertificateChainFile: secondary.koji.fedoraproject.org.letsencrypt.intermediate.crt