ansible-role-certbot
ansible-role-certbot copied to clipboard
Ansible Role - Certbot (for Let's Encrypt)
Maybe use https://github.com/diafygi/acme-tiny?
Debian distribution package provides a systemd timer for certificate auto renewal
The bot closed earlier reports of this ([certbot-auto no longer exists](https://github.com/geerlingguy/ansible-role-certbot/blob/fdba1c435251341af7fbdfc44b276daafdea632f/tasks/install-from-source.yml#L12)), but it's still broken. It was reported in #167 and a PR submitted in #168, but both have been...
I'm not advanced user of Ansible. I can't understand what should I do to install certbot on the empty VPS with nginx. Can you write a simple install_certbot.yml file.. ?...
certbot_create_standalone_stop_services is ok for this test case, but for use as a complete example should stop nginx service. Also TLSv1.1 is not safe, it would be better to use TLSv1.2...
PR that provides multiple install types, as well as adding support of PPA for later newer versions of cerbot.
Dear Jeff, thank you again for sharing one of your excellent projects with the Ansible community in form of this role. Because we want to aim at maximum [DWIM] by...
CentOS Stream 8 has Certbot located in EPEL, not in the powertools repository. There is an EPEL package in powertools, so this adds some conditions to enable EPEL when the...
This should fix #100. It was tested on a real server and I always use it now (on top of #97 PR in my `webroot-enhanced` branch).
For testing playbooks and roles, it would be reasonable to tell certbot to use the staging Let's Encrypt ACME server. Especially when #12 is implemented (and for the work on...