12 lines
312 B
YAML
12 lines
312 B
YAML
---
|
|
acme_user: acme
|
|
acme_group: acme
|
|
acme_home: /opt/acme
|
|
acme_shell: /usr/sbin/nologin
|
|
|
|
acmesh_install_path: "{{ acme_home }}/acme.sh"
|
|
acmesh_config_path: "{{ acme_home }}/config"
|
|
acmesh_cert_path: "{{ acme_home }}/certs"
|
|
|
|
acmesh_repository: https://github.com/acmesh-official/acme.sh.git
|
|
acmesh_version: 3.0.7
|