Closed xiruizhao closed 1 year ago
I work around this by setting certbot_auto_renew: false
on Debian, but it sure would be nice to have this behavior by default.
This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark pull requests as stale.
Still relevant.
This issue is no longer marked for closure.
I think a better way of doing this would be to create a file in vars called Debian.yml with the line certbot_auto_renew: false
. @geerlingguy's roles will pull from vars files named after the ansible_os_family for distro or family specific features.
This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark pull requests as stale.
Still relevant
This issue is no longer marked for closure.
This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark pull requests as stale.
still relevant
This issue is no longer marked for closure.
I ran this playbook on Ubuntu and then used systemctl list-timers
to confirm certbot.timer
was present and runing and it was. I recommend merging this.
@geerlingguy I know you are very busy but this is a very simple fix that has been sitting for a long time. Can you either accept this PR or add certbot_auto_renew: false
to your Debian.yml vars file?
See https://packages.debian.org/bullseye/all/certbot/filelist (debian 11.4), https://packages.debian.org/stretch/all/certbot/filelist (debian 9.3)
This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark pull requests as stale.
still relevant
This issue is no longer marked for closure.
Distribution package users with systemd timers should turn off certbot_auto_renew.
This is commonly installed directly with Ansible. The role supports Debian already, and replacing systemd timers with cron a better choice on Debian and should be set in the role itself.
Debian distribution package provides a systemd timer for certificate auto renewal