diff --git a/playbooks/postfix.yml b/playbooks/postfix.yml index 6bc6e2b..1e46561 100755 --- a/playbooks/postfix.yml +++ b/playbooks/postfix.yml @@ -7,3 +7,16 @@ relay_host: proxy.adm.auro.re roles: - postfix_non_mailhost + +# 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 diff --git a/utils/re2o_mail_server.yml b/utils/re2o_mail_server.yml deleted file mode 100755 index 79fd7ff..0000000 --- a/utils/re2o_mail_server.yml +++ /dev/null @@ -1,13 +0,0 @@ ---- -# 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