---
certbot_dir: C:\Certbot

certbot_path: C:\Python39\Scripts\certbot.exe

certbot_create_command: "{{ certbot_path }} certonly --noninteractive --dns-cloudflare --agree-tos --email \
  {{ certificate.email | default(certbot_admin_email) }} --dns-cloudflare-propagation-seconds 14 -d \
  {{ certificate.domains | join(',') }}"
