blob: 9525675d28f9876ba8f1f27f69bee660f7f8c527 (
plain) (
blame)
1
2
3
4
5
6
7
|
---
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(',') }}"
certbot_auto_renew_user: root
certbot_create_if_missing: true
certbot_install_method: package
|