Added method webroot to avoid restarting servers

This commit is contained in:
Valentin Gostev
2019-02-06 22:16:39 +03:00
parent 00dc226101
commit 993e742d5c
4 changed files with 29 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
---
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(',') }}