forked from ISTI-ansible-roles/ansible-roles
Add the path of the git distribution.
This commit is contained in:
parent
a6368ff167
commit
794b2f3c06
|
@ -5,6 +5,7 @@ letsencrypt_acme_sh_git_url: https://github.com/Neilpang/acme.sh.git
|
|||
letsencrypt_acme_user: acme
|
||||
letsencrypt_acme_sh_user: '{{ letsencrypt_acme_user }}'
|
||||
letsencrypt_acme_user_home: /var/lib/acme
|
||||
letsencrypt_acme_git_dest_dir: '{{ letsencrypt_acme_user_home }}/acme_sh_dist'
|
||||
letsencrypt_acme_sh_user_home: '{{ letsencrypt_acme_user_home }}'
|
||||
letsencrypt_acme_sh_base_data_dir: '{{ letsencrypt_acme_sh_user_home }}/acme_data'
|
||||
letsencrypt_acme_sh_certificates_install_dir: '{{ ansible_fqdn }}'
|
||||
|
|
Loading…
Reference in New Issue