ansible/utils/re2o_mail_server.yml
Solal Nathan df8bae6df7
Some checks failed
continuous-integration/drone/push Build is failing
Add utils
2021-02-10 11:02:17 +01:00

13 lines
409 B
YAML
Executable file

---
# 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