Move vars to defaults

This commit is contained in:
Tobias Reisinger 2025-08-10 23:44:23 +02:00
parent 70578f2a13
commit bf08ae8f81
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
40 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,6 @@
---
mailcowdockerized_svc:
domain: "{{ all_services | service_get_domain(role_name) }}"
docker_host: host.docker.internal
port: 3004
additional_domains: "{{ ['autodiscover', 'autoconfig'] | product(vault_mailcowdockerized.domains) | map('join', '.') }}"