Add the path of the git distribution.

This commit is contained in:
Andrea Dell'Amico 2018-08-20 19:51:01 +02:00
parent a6368ff167
commit 794b2f3c06
1 changed files with 1 additions and 0 deletions

View File

@ -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 }}'