From 79b643102f9984d39c677fd4ce47be98023a6d5f Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Thu, 17 Dec 2020 19:32:49 +0100 Subject: [PATCH] proxy: do not use certbot for builds.coreos.fp.o Signed-off-by: Clement Verna --- playbooks/include/proxies-websites.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 94968babf4..9cd26f6c93 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -318,7 +318,7 @@ - role: httpd/website site_name: "builds.coreos{{ env_suffix }}.fedoraproject.org" sslonly: true - certbot: true + certbot: false tags: - builds.coreos.fedoraproject.org