Compare commits

..

No commits in common. "master" and "v0.0.1" have entirely different histories.

2 changed files with 0 additions and 7 deletions

View File

@ -21,11 +21,8 @@ galaxy_info:
versions:
- stretch # Debian 9 Stretch
- buster # Debian 10 Buster
- bullseye # Debian 11 Bullseye
- bookworm # Debian 12 Bookworm
- name: Ubuntu
versions:
- xenial # Ubuntu 16.04 LTS Xenial Xerus
- bionic # Ubuntu 18.04 LTS Bionic Beaver
- focal # Ubuntu 20.04 LTS Focal Fossa
- jammy # Ubuntu 22.04 LTS Jammy Jellyfish

View File

@ -3,8 +3,6 @@ agree-tos = true
cert-name = {{ certbot__cert_name }}
domains = {{ certbot__cert_domains | join(',') }}
email = {{ certbot__email }}
# Because we are using logrotate for greater flexibility, disable the
# internal certbot logrotation.
max-log-backups = 0
no-eff-email = true
non-interactive = true
@ -14,8 +12,6 @@ post-hook = {{ certbot__post_hook }}
{% if certbot__pre_hook %}
pre-hook = {{ certbot__pre_hook }}
{% endif %}
# Adjust interactive output regarding automated renewal
preconfigured-renewal = true
redirect = true
rsa-key-size = 4096
standalone = true