Merge pull request #14 from geerlingguy/certbot-auto-renew
Fixes #13: Certbot auto renew cron jobpull/16/head 1.0.0
commit
222d57cb2e
@ -1,6 +1,14 @@ |
|||||||
--- |
--- |
||||||
|
# Where to get Certbot. |
||||||
certbot_repo: https://github.com/certbot/certbot.git |
certbot_repo: https://github.com/certbot/certbot.git |
||||||
certbot_version: master |
certbot_version: master |
||||||
certbot_keep_updated: yes |
certbot_keep_updated: yes |
||||||
|
|
||||||
|
# Where to put Certbot. |
||||||
certbot_dir: /opt/certbot |
certbot_dir: /opt/certbot |
||||||
|
|
||||||
|
# How to keep Certbot certs up to date. |
||||||
|
certbot_auto_renew: true |
||||||
|
certbot_auto_renew_user: "{{ ansible_user }}" |
||||||
|
certbot_auto_renew_hour: 3 |
||||||
|
certbot_auto_renew_minute: 30 |
||||||
|
Loading…
Reference in new issue