Issue #12: Fix standalone cert generation, add full build-test-teardown playbook.

This commit is contained in:
Jeff Geerling
2017-12-10 22:47:54 -06:00
parent 7651f0ac0b
commit 5f7c9e046c
8 changed files with 194 additions and 34 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ certbot_auto_renew_options: "--quiet --no-self-upgrade"
# Parameters used when creating new Certbot certs.
certbot_admin_email: email@example.com
certbot_create_command: "{{ certbot_script }} certonly --standalone --noninteractive --agree-tos --email {{ item.email | default(certbot_admin_email) }} -d {{ item.domains | join(',') }}"
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_if_missing: no
certbot_create_stop_services:
- nginx