ansible/roles/acme/defaults/main.yml

11 lines
365 B
YAML

---
acme_home: "/opt/acme"
acme_staging: False
acme_nsupdate_key: "/opt/acme/nsupdate.key"
acme_nsupdate_keyalgo: "hmac-sha512"
acme_nsupdate_server: "neon.binary-kitchen.net"
acme_sh_url: "https://raw.githubusercontent.com/Neilpang/acme.sh/master/acme.sh"
acme_dns_nsupdate_url: "https://raw.githubusercontent.com/Neilpang/acme.sh/master/dnsapi/dns_nsupdate.sh"