Fixes #13: Add certbot-auto renew cron job.

This commit is contained in:
Jeff Geerling
2017-01-21 15:16:45 -06:00
parent a2f63847fd
commit d76e3915fe
3 changed files with 24 additions and 0 deletions
+8
View File
@@ -1,6 +1,14 @@
---
# Where to get Certbot.
certbot_repo: https://github.com/certbot/certbot.git
certbot_version: master
certbot_keep_updated: yes
# Where to put 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