jaywink / ansible-letsencrypt

Ansible role for LetsEncrypt
68 stars 13 forks source link

Add renew to cron #25

Open perchrh opened 7 years ago

perchrh commented 7 years ago

It would be nice if the certbot renew job was added to cron automatically. For my purposes, I just invoked Ansible's cron module, like this

https://github.com/perchrh/ansible-letsencrypt/commit/9de388d0783e26633ddfec0929e69a2b820be2f4

It's configured to run twice daily, as per official letsencrypt recommendations.

jaywink commented 7 years ago

Thanks, this would be a good addition indeed 👍 Will think about it a bit and cherry-pick your commit if we can add it.

markstos commented 6 years ago

@jaywink Now that you've had some time, what do you think about adding cron auto-renewals?