acmesh-install-deploy/defaults/main.yaml

18 lines
555 B
YAML
Raw Normal View History

env_vars: []
acme_domains: []
acme_user: "acme"
add_to_docker_group: true
acme_git_repo: "https://github.com/acmesh-official/acme.sh.git"
acme_sh_home: "/home/{{ acme_user }}/acme.sh"
acme_sh_cert_home: "{{ acme_sh_home }}/certs"
acme_sh_config_home: "{{ acme_sh_home }}/config"
acme_sh_email: ""
acme_sh_default_ca_server: "https://acme-v02.api.letsencrypt.org/directory"
acme_sh_pre_hook: ""
acme_sh_post_hook: ""
acme_sh_renew_hook: ""
acme_sh_set_notify: ""
acme_sh_set_notify_level: "2"
docker_group: "docker"
acme_user_home: "/home/{{ acme_user }}"