From 8528ecb1102c9b09d5ad6213790eb1c0768fb7d7 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Thu, 20 Apr 2023 12:16:02 +0200 Subject: first commit --- vars/main.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 vars/main.yaml (limited to 'vars') diff --git a/vars/main.yaml b/vars/main.yaml new file mode 100644 index 0000000..ea1f792 --- /dev/null +++ b/vars/main.yaml @@ -0,0 +1,3 @@ +--- +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