ansible/host_vars/mail.auro.re.yml

19 lines
552 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:35:12 +01:00
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"
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