mirror of
https://github.com/nickjj/ansible-acme-sh.git
synced 2024-10-31 07:29:31 +01:00
22 lines
464 B
YAML
22 lines
464 B
YAML
---
|
|
acme_sh_git_url: "https://github.com/acmesh-official/acme.sh.git"
|
|
acme_sh_git_version: "master"
|
|
acme_sh_git_clone_dest: "/tmp/acme.sh"
|
|
|
|
acme_sh_copy_certs_to_path: "/tmp/ssl/ansible"
|
|
|
|
acme_sh_domains:
|
|
- domain: acme.effenco.com
|
|
path: /tmp/ssl/certs
|
|
name: acme
|
|
remove: false
|
|
force_issue: false
|
|
staging: false
|
|
debug: false
|
|
|
|
acme_cloudflare_token: xxxx
|
|
acme_cloudflare_account_id: xxxx
|
|
acme_cloudflare_zone_id: xxxx
|
|
|
|
acme_sh_service: ""
|