Replace role_name with service_name
This commit is contained in:
parent
bdf1f8891b
commit
2ff6488a70
98 changed files with 128 additions and 124 deletions
|
|
@ -2,7 +2,7 @@
|
|||
mailcowdockerized_domains: "{{ undef }}"
|
||||
|
||||
mailcowdockerized_svc:
|
||||
domain: "{{ all_services | service_get_domain(role_name) }}"
|
||||
domain: "{{ all_services | service_get_domain(service_name) }}"
|
||||
docker_host: host.docker.internal
|
||||
port: 3004
|
||||
additional_domains: "{{ ['autodiscover', 'autoconfig'] | product(mailcowdockerized_domains | mandatory) | map('join', '.') }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue