fix yaml syntax
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/pr Build is failing Details

mailserver
otthorn 3 years ago
parent e316679e13
commit efa34dab42

@ -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,14 +18,14 @@
# Deploy Re2o mail service
- hosts: mail.auro.re
vars:
service_repo: https://gitea.auro.re/aurore/re2o-mail-server.git
service_name: mail-server
service_version: aurore
service_config:
hostname: re2o-test.adm.auro.re # use test instance for now, should be changed for prod!
username: service-user
password: "{{ vault_serviceuser_passwd }}"
roles:
- re2o-service
- hosts: mail.auro.re
vars:
service_repo: https://gitea.auro.re/aurore/re2o-mail-server.git
service_name: mail-server
service_version: aurore
service_config:
hostname: re2o-test.adm.auro.re # use test instance for now, should be changed for prod!
username: service-user
password: "{{ vault_serviceuser_passwd }}"
roles:
- re2o-service

Loading…
Cancel
Save