Merge pull request 'letsencrypt: set the installation directory to the value of 'letsencrypt_acme_sh_certificates_install_dir'.' (#180) from adellam/ansible-roles:master into master

This commit is contained in:
Andrea Dell'Amico 2020-04-16 14:40:36 +02:00
commit f217ebbd3a
1 changed files with 1 additions and 1 deletions

View File

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