aboutsummaryrefslogtreecommitdiff
path: root/vars/main.yaml
diff options
context:
space:
mode:
authorChristian Segundo2023-04-20 12:16:02 +0200
committerChristian Segundo2023-04-20 12:16:02 +0200
commit8528ecb1102c9b09d5ad6213790eb1c0768fb7d7 (patch)
tree2b7a2a5e450b5995058fa5f0e7d60aad7ccc29be /vars/main.yaml
downloadcertbot-dns-cloudflare-8528ecb1102c9b09d5ad6213790eb1c0768fb7d7.tar.gz
first commit
Diffstat (limited to 'vars/main.yaml')
-rw-r--r--vars/main.yaml3
1 files changed, 3 insertions, 0 deletions
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(',') }}"