ansible/host_vars/mail.auro.re.yml

21 lines
488 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:
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"
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