issues
search
geerlingguy
/
ansible-role-certbot
Ansible Role - Certbot (for Let's Encrypt)
https://galaxy.ansible.com/geerlingguy/certbot/
MIT License
793
stars
348
forks
source link
Enhance certbot role to support configurable renewal hooks
#214
Closed
gokberkgunduzz
closed
6 months ago
gokberkgunduzz
commented
6 months ago
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 ensure hooks are created if specified.