forked from ISTI-ansible-roles/ansible-roles
letsencrypt: set the installation directory to the value of 'letsencrypt_acme_sh_certificates_install_dir'.
This commit is contained in:
parent
d714e8e49a
commit
a5632f404f
|
@ -68,7 +68,7 @@ letsencrypt_acme_sh_domains:
|
||||||
- { domain: '{{ ansible_fqdn }}', standalone: True }
|
- { domain: '{{ ansible_fqdn }}', standalone: True }
|
||||||
|
|
||||||
letsencrypt_acme_sh_domains_install:
|
letsencrypt_acme_sh_domains_install:
|
||||||
- { domain: '{{ ansible_fqdn }}', ecc: '{{ letsencrypt_acme_sh_use_ecc }}', cert_file: '{{ letsencrypt_acme_sh_certificates_install_path }}/cert', key_file: '{{ letsencrypt_acme_sh_certificates_install_path }}/privkey', fullchain_file: '{{ letsencrypt_acme_sh_certificates_install_path }}/fullchain' }
|
- { domain: '{{ letsencrypt_acme_sh_certificates_install_dir }}', ecc: '{{ letsencrypt_acme_sh_use_ecc }}', cert_file: '{{ letsencrypt_acme_sh_certificates_install_path }}/cert', key_file: '{{ letsencrypt_acme_sh_certificates_install_path }}/privkey', fullchain_file: '{{ letsencrypt_acme_sh_certificates_install_path }}/fullchain' }
|
||||||
|
|
||||||
### Stuff related to the obsolete acmetool package. Needed to cleanup systems where it was installed in the past
|
### Stuff related to the obsolete acmetool package. Needed to cleanup systems where it was installed in the past
|
||||||
letsencrypt_acme_ppa_repo: 'ppa:hlandau/rhea'
|
letsencrypt_acme_ppa_repo: 'ppa:hlandau/rhea'
|
||||||
|
|
Loading…
Reference in New Issue