aboutsummaryrefslogtreecommitdiff
path: root/vars/main.yaml
diff options
context:
space:
mode:
authorChristian Segundo2023-04-20 12:17:51 +0200
committerChristian Segundo2023-04-20 12:17:51 +0200
commitb4287df317d52d044c1aa56ffd36e9bbe153b91f (patch)
tree96e2d911436d0211ca4117f563134a1875e07207 /vars/main.yaml
parent8528ecb1102c9b09d5ad6213790eb1c0768fb7d7 (diff)
downloadcertbot-dns-cloudflare-b4287df317d52d044c1aa56ffd36e9bbe153b91f.tar.gz
move standalone to vars
Diffstat (limited to 'vars/main.yaml')
-rw-r--r--vars/main.yaml1
1 files changed, 1 insertions, 0 deletions
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(',') }}"