diff --git a/host_vars/mail.auro.re.yml b/host_vars/mail.auro.re.yml index 7ff5f11..e369fa0 100644 --- a/host_vars/mail.auro.re.yml +++ b/host_vars/mail.auro.re.yml @@ -7,11 +7,10 @@ certbot: certname: auro.re cert: - path_prefix: "/etc/letsencrypt/live/{{ cerbot.certname }}" - #path_cert: "{{ path_prefix }}/cert.pem" - #path_chain: "{{ path_prefix }}/chain.pem" - path_fullchain: "{{ path_prefix }}/fullchain.pem" - path_privkey: "{{ path_prefix }}/privkey.pem" + #path_cert: "/etc/letsencrypt/live/auro.re/cert.pem" + #path_chain: "/etc/letsencrypt/live/auro.re/chain.pem" + path_fullchain: "/etc/letsencrypt/live/auro.re/fullchain.pem" + path_privkey: "/etc/letsencrypt/live/auro.re/privkey.pem" nfs: src: "10.128.0.6:/data_mail" # caradoc