Browse Source

The acmetool account email address is now configurable so different hosts can use different account emails during setup

Till Klocke 8 years ago
parent
commit
931a8241b4

+ 1 - 0
roles/service-nginx/defaults/main.yml

@@ -0,0 +1 @@
+nginx_acmetool_account_email: hostmaster@ffdo.de

+ 2 - 2
roles/service-nginx/templates/acme_config.j2

@@ -1,11 +1,11 @@
-"acme-enter-email": "hostmaster@ffdo.de"
+"acme-enter-email": "{{ nginx_acmetool_account_email }}"
 "acme-agreement:https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf": true
 "acmetool-quickstart-choose-server": https://acme-staging.api.letsencrypt.org/directory
 "acmetool-quickstart-choose-method": redirector
 "acmetool-quickstart-complete": true
 "acmetool-quickstart-install-cronjob": true
 "acmetool-quickstart-install-haproxy-script": false
-"acmetool-quickstart-install-redirector-systemd": true
+"acmetool-quickstart-install-redirector-systemd": false
 "acmetool-quickstart-key-type": ecdsa
 "acmetool-quickstart-rsa-key-size": 4096
 "acmetool-quickstart-ecdsa-curve": nistp256