From 33513b358e9ca63c1d050c59d35599b96d5dfe60 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 27 Mar 2024 14:54:09 -0700 Subject: [PATCH] flatpak-cache: disable certbot on this site for now Right now we are still trying to get this site working, and it's doing passthough, so letsencrypt won't work. So, lets just disable it for now. Signed-off-by: Kevin Fenzi --- playbooks/include/proxies-websites.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index c7e80a5b00..a862c30d38 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -688,7 +688,6 @@ - role: httpd/website site_name: flatpak-cache.stg.fedoraproject.org sslonly: false - certbot: true x_forward: true tags: - flatpak-cache.stg.fedoraproject.org