-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,23 @@ | ||
--- | ||
# defaults file for ansible-acmetool | ||
|
||
# TODO: webserver (apache or nginx) | ||
# web server (apache, nginx, none) | ||
acmetool_websrv: "nginx" | ||
|
||
# acmetool response file | ||
|
||
acmetool_responses_method: "webroot" # this is overridden if acmetool_websrv is set | ||
acmetool_responses_email: "[email protected]" | ||
acmetool_responses_install_cronjob: "true" | ||
acmetool_responses_install_haproxy_script: "false" | ||
acmetool_responses_install_redirector_systemd: "false" | ||
acmetool_responses_agreement: "https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf" | ||
acmetool_responses_webroot_path: "/var/www/foo/bar/.well-known/acme-challenge" # only when acmetool_responses_method == "webroot" | ||
|
||
# acmetool cert hostname | ||
# for multiple sites with one cert, separate site names with a space | ||
# acmetool_want: "example.com www.example.com" | ||
# (not providing a default; shall be defined in the playbook or host_vars) | ||
|
||
# nginx temp sites file for pulling initial certificates | ||
acmetool_nginx_sites_filename: "00-acmetool.conf" | ||
acmetool_nginx_sites_filename: "00-acmetool.conf" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters