From df7acc417e1e061b62d55621e4d53c24e4ea317d Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 20 Jun 2019 12:11:26 +0200 Subject: [PATCH] Use certbot for updates.coreos Signed-off-by: Patrick Uiterwijk --- playbooks/include/proxies-websites.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index ae95d2adac..0d3c6f2643 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -279,6 +279,7 @@ - role: httpd/website site_name: "updates.coreos{{ env_suffix }}.fedoraproject.org" sslonly: true + certbot: true cert_name: "{{wildcard_cert_name}}" - role: httpd/website