ansible-role-certbot icon indicating copy to clipboard operation
ansible-role-certbot copied to clipboard

Ansible Role - Certbot (for Let's Encrypt)

Results 43 ansible-role-certbot issues
Sort by recently updated
recently updated
newest added

Hello, we look forward to collaborating with you on video production and promotion in the future. If you are interested, please feel free to contact me at any time. Wishing...

stale

Rocky requires the same setup dependencies. Added minor logic for Rocky detection and configuration

stale

Looks like it needs a default value to stop ansible failing. ``` fatal: [web1]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: ......

The change introduced [here](https://github.com/geerlingguy/ansible-role-certbot/commit/78f4cb5ad5eecda3f319b7db6a3af4c438198d00) breaks the role on RHEL9, as they use "codeready-builder-for-rhel-9-x86_64-rpms" instead of "CRB". Are you open to adjusting that for this role?

fqcn, all tasks should be named, insecure file permissions, incorrect block order, etc..

This was introduced in 5a23e85f1cebfbc3999d896f25b99a8c2776f808 but no default variable value was added, resulting in a 'undefined variable' error Xref https://github.com/geerlingguy/ansible-role-certbot/pull/109 See also https://github.com/geerlingguy/ansible-role-certbot/pull/109#issuecomment-1936151593 /cc @theS1LV3R @gagath

- Added variables for pre, post, and deploy renewal hooks in defaults/main.yml. - Created a new task file tasks/setup-hooks.yml to manage the hooks setup. - Included setup-hooks.yml in tasks/main.yml to...

Hey, I just made this slight modification to enable nginx support on my setup. Needed to swap the package name to 'python3-certbot-nginx' for Debian / RHEL based distributions. Felt like...

I came back to use this script after months of inactivity, and I found the execution failed with: ``` TASK [geerlingguy.certbot : Generate new certificate if one doesn't exist.] ******************************************************************...

Hi ! Thank you for this Ansible role. I have a suggestion: set default of certbot_create_standalone_stop_services to [], because if we don't have Nginx, it throws an error. What do...