Include letsencrypt setup & add woodpecker nginx config
This commit is contained in:
parent
b5db9c3daf
commit
c9a68c6a3f
7 changed files with 88 additions and 1 deletions
12
templates/letsencrypt/cli.j2
Normal file
12
templates/letsencrypt/cli.j2
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue