From b4287df317d52d044c1aa56ffd36e9bbe153b91f Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Thu, 20 Apr 2023 12:17:51 +0200 Subject: move standalone to vars --- vars/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/vars/main.yaml b/vars/main.yaml index ea1f792..0eaeef4 100644 --- a/vars/main.yaml +++ b/vars/main.yaml @@ -1,3 +1,4 @@ --- +certbot_create_method: standalone certbot_create_standalone_stop_services: [] certbot_create_command: "certbot certonly --noninteractive --dns-cloudflare --agree-tos --email {{ cert_item.email | default(certbot_admin_email) }} -d {{ cert_item.domains | join(',') }}" -- cgit v1.2.3