Fix postfix cert variables

This commit is contained in:
otthorn 2021-02-05 01:17:58 +01:00 committed by Otthorn
parent 5dcb7eb0d1
commit 18ca5b4805

View file

@ -7,11 +7,10 @@ certbot:
certname: auro.re certname: auro.re
cert: cert:
path_prefix: "/etc/letsencrypt/live/{{ cerbot.certname }}" #path_cert: "/etc/letsencrypt/live/auro.re/cert.pem"
#path_cert: "{{ path_prefix }}/cert.pem" #path_chain: "/etc/letsencrypt/live/auro.re/chain.pem"
#path_chain: "{{ path_prefix }}/chain.pem" path_fullchain: "/etc/letsencrypt/live/auro.re/fullchain.pem"
path_fullchain: "{{ path_prefix }}/fullchain.pem" path_privkey: "/etc/letsencrypt/live/auro.re/privkey.pem"
path_privkey: "{{ path_prefix }}/privkey.pem"
nfs: nfs:
src: "10.128.0.6:/data_mail" # caradoc src: "10.128.0.6:/data_mail" # caradoc