18 lines
552 B
YAML
18 lines
552 B
YAML
---
|
|
certbot:
|
|
domains:
|
|
- mail.auro.re
|
|
- smtp.auro.re
|
|
mail: tech.aurore@lists.crans.org
|
|
certname: auro.re
|
|
cert_path_prefix: "/etc/letsencrypt/live/{{ certbot.certname }}"
|
|
cert_path_cert: "{{ cerbot.cert_path_prefix }}/cert.pem"
|
|
cert_path_chain: "{{ cerbot.cert_path_prefix }}/chain.pem"
|
|
cert_path_fullchain: "{{ cerbot.cert_path_prefix }}/fullchain.pem"
|
|
cert_path_privkey: "{{ cerbot.cert_path_prefix }}/privkey.pem"
|
|
|
|
nfs:
|
|
src: "10.128.0.6:/data_mail" # caradoc
|
|
mount_path: "/var/vmail"
|
|
dir_owner: vmail
|
|
dir_group: vmail
|