diff --git a/letsencrypt-acme-sh-client/defaults/main.yml b/letsencrypt-acme-sh-client/defaults/main.yml index 38f04bd..2269dbc 100644 --- a/letsencrypt-acme-sh-client/defaults/main.yml +++ b/letsencrypt-acme-sh-client/defaults/main.yml @@ -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 }}'