diff options
author | Christian Segundo | 2023-04-20 12:17:51 +0200 |
---|---|---|
committer | Christian Segundo | 2023-04-20 12:17:51 +0200 |
commit | b4287df317d52d044c1aa56ffd36e9bbe153b91f (patch) | |
tree | 96e2d911436d0211ca4117f563134a1875e07207 /vars | |
parent | 8528ecb1102c9b09d5ad6213790eb1c0768fb7d7 (diff) | |
download | certbot-dns-cloudflare-b4287df317d52d044c1aa56ffd36e9bbe153b91f.tar.gz |
move standalone to vars
Diffstat (limited to 'vars')
-rw-r--r-- | vars/main.yaml | 1 |
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(',') }}" |