From c55dae890ecfd510abfdbef0b6dd60e679e18dc2 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Sun, 18 Jun 2023 13:14:05 +0200 Subject: Add defaults from bookworm --- tasks/main.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tasks') diff --git a/tasks/main.yaml b/tasks/main.yaml index 6d4e69d..07c8565 100644 --- a/tasks/main.yaml +++ b/tasks/main.yaml @@ -24,6 +24,11 @@ # server = https://acme-staging-v02.api.letsencrypt.org/directory # Production ACME v2 API endpoint server = https://acme-v02.api.letsencrypt.org/directory + # Because we are using logrotate for greater flexibility, disable the + # internal certbot logrotation. + max-log-backups = 0 + # Adjust interactive output regarding automated renewal + preconfigured-renewal = True - name: Create dns-cloudflare configuration copy: -- cgit v1.2.3