Add mailcow (only domains) to ansible

This commit is contained in:
Tobias Reisinger 2023-12-12 01:08:50 +01:00
parent 047c65b66a
commit c533d203a0
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 14 additions and 0 deletions
_ansible/roles/mailcow/tasks

View file

@ -0,0 +1,7 @@
---
- name: Deploy {{ svc.name }}
tags:
- mailcow
- email
block:
- import_tasks: steps/template-site-config.yml