ansible/host_vars/mail.auro.re.yml

20 lines
475 B
YAML
Raw Normal View History

2021-01-15 19:52:55 +01:00
---
certbot:
domains:
- mail.auro.re
- smtp.auro.re
mail: tech.aurore@lists.crans.org
certname: auro.re
2021-02-04 23:44:32 +01:00
cert:
2021-02-05 01:17:58 +01:00
#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"
2021-01-17 12:41:09 +01:00
nfs:
src: "10.128.0.6:/data_mail" # caradoc
mount_path: "/var/vmail"
dir_owner: vmail
dir_group: vmail