Move vars to defaults
This commit is contained in:
parent
70578f2a13
commit
bf08ae8f81
40 changed files with 0 additions and 0 deletions
6
playbooks/roles/mailcowdockerized/defaults/main.yml
Normal file
6
playbooks/roles/mailcowdockerized/defaults/main.yml
Normal 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', '.') }}"
|
Loading…
Add table
Add a link
Reference in a new issue