Make certificate expansion the default behaviour

pull/50/head
Yoan Tournade 7 years ago
parent 36c5ac6d29
commit 36609dac50
No known key found for this signature in database
GPG Key ID: C6A3FAA68AE36EB4
  1. 2
      defaults/main.yml

@ -17,7 +17,7 @@ certbot_certs: []
# - example2.com # - example2.com
# - domains: # - domains:
# - example3.com # - example3.com
certbot_create_command: "{{ certbot_script }} certonly --standalone --noninteractive --agree-tos --email {{ cert_item.email | default(certbot_admin_email) }} -d {{ cert_item.domains | join(',') }}" certbot_create_command: "{{ certbot_script }} certonly --standalone --noninteractive --expand --agree-tos --email {{ cert_item.email | default(certbot_admin_email) }} -d {{ cert_item.domains | join(',') }}"
certbot_create_standalone_stop_services: certbot_create_standalone_stop_services:
- nginx - nginx
# - apache # - apache

Loading…
Cancel
Save