first commit
This commit is contained in:
commit
cfe7db8716
8 changed files with 370 additions and 0 deletions
12
vars/main.yml
Normal file
12
vars/main.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue