ansible-acme-sh/defaults/main.yml

22 lines
464 B
YAML
Raw Normal View History

2018-09-29 17:19:18 +02:00
---
acme_sh_git_url: "https://github.com/acmesh-official/acme.sh.git"
2018-09-29 17:19:18 +02:00
acme_sh_git_version: "master"
acme_sh_git_clone_dest: "/tmp/acme.sh"
2018-09-29 17:19:18 +02:00
acme_sh_copy_certs_to_path: "/tmp/ssl/ansible"
2018-09-29 17:19:18 +02:00
acme_sh_domains:
- domain: acme.effenco.com
path: /tmp/ssl/certs
name: acme
remove: false
force_issue: false
staging: false
debug: false
2018-09-29 17:19:18 +02:00
acme_cloudflare_token: xxxx
acme_cloudflare_account_id: xxxx
acme_cloudflare_zone_id: xxxx
2018-09-29 17:19:18 +02:00
acme_sh_service: ""