mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2026-09-23 21:20:40 +02:00
Added method webroot to avoid restarting servers
This commit is contained in:
@@ -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(',') }}
|
||||
Reference in New Issue
Block a user