2019-02-06 22:16:39 +03:00

7 lines
246 B
YAML

---
certbot_create_command: >-
{{ certbot_script }} certonly --webroot
--webroot-path {{ certbot_webroot }}
--noninteractive --agree-tos
--email {{ cert_item.email | default(certbot_admin_email) }}
-d {{ cert_item.domains | join(',') }}