aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Segundo2023-06-18 13:14:05 +0200
committerChristian Segundo2023-06-18 13:14:05 +0200
commitc55dae890ecfd510abfdbef0b6dd60e679e18dc2 (patch)
treed4607bd9c93193a9d6c4496ce9ecaa0f50adbe6e
parentddeb0bb05ee3b6c4098d3822b154eb69a4be08a4 (diff)
downloadcertbot-dns-cloudflare-master.tar.gz
Add defaults from bookwormHEAD1.0.4master
-rw-r--r--tasks/main.yaml5
1 files changed, 5 insertions, 0 deletions
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: