From cdc97c8ba583803714cd0157e165463a1923101f Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Fri, 8 Aug 2025 08:34:49 +0200 Subject: [PATCH] Raised certbot_dns_propagation_wait_seconds to 5min --- group_vars/all/00_general.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/all/00_general.yml b/group_vars/all/00_general.yml index fe0bf7d8..79162992 100644 --- a/group_vars/all/00_general.yml +++ b/group_vars/all/00_general.yml @@ -46,7 +46,7 @@ certbot_acme_challenge_method: "cloudflare" certbot_credentials_dir: /etc/certbot certbot_credentials_file: "{{ certbot_credentials_dir }}/{{ certbot_acme_challenge_method }}.ini" certbot_dns_api_token: "" # Define in inventory file: More information here: group_vars/all/docs/CLOUDFLARE_API_TOKEN.md -certbot_dns_propagation_wait_seconds: 40 # How long should the script wait for DNS propagation before continuing +certbot_dns_propagation_wait_seconds: 300 # How long should the script wait for DNS propagation before continuing certbot_flavor: san # Possible options: san (recommended, with a dns flavor like cloudflare, or hetzner), wildcard(doesn't function with www redirect), dedicated # Path where Certbot stores challenge webroot files