fix yaml syntax
This commit is contained in:
parent
e316679e13
commit
efa34dab42
2 changed files with 18 additions and 17 deletions
|
@ -5,11 +5,11 @@ certbot:
|
|||
- 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"
|
||||
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
|
||||
|
|
|
@ -6,8 +6,9 @@
|
|||
- mail_utils
|
||||
- mail_certificates
|
||||
- nfs_client
|
||||
- postfix
|
||||
# - postfix
|
||||
- dovecot
|
||||
- re2o_service_mailserver
|
||||
# - rspamd
|
||||
# - mail-fail2ban
|
||||
#
|
||||
|
@ -17,7 +18,7 @@
|
|||
|
||||
|
||||
# Deploy Re2o mail service
|
||||
- hosts: mail.auro.re
|
||||
- hosts: mail.auro.re
|
||||
vars:
|
||||
service_repo: https://gitea.auro.re/aurore/re2o-mail-server.git
|
||||
service_name: mail-server
|
||||
|
|
Loading…
Reference in a new issue