Include letsencrypt setup & add woodpecker nginx config

This commit is contained in:
sonny 2024-12-10 21:20:52 +01:00
parent b5db9c3daf
commit c9a68c6a3f
7 changed files with 88 additions and 1 deletions

View file

@ -0,0 +1,12 @@
# {{ ansible_managed }}
#
# Because we are using logrotate for greater flexibility, disable the
# internal certbot logrotation.
max-log-backups = 0
# Adjust interactive output regarding automated renewal
preconfigured-renewal = True
authenticator = standalone
pre-hook = /bin/systemctl stop nginx
post-hook = /bin/systemctl start nginx