9 lines
275 B
Plaintext
9 lines
275 B
Plaintext
|
# {{ ansible_managed }}
|
|||
|
# Because we are using logrotate for greater flexibility, disable the
|
|||
|
# internal certbot logrotation.
|
|||
|
max-log-backups = 0
|
|||
|
email = {{ letsencrypt_email }}
|
|||
|
deploy-hook = /usr/local/bin/letsencrypt/renew-hook
|
|||
|
#renew-before-expiry = 20
|
|||
|
agree-tos = True
|