Rename mailcow role to mailcowdockerized
This commit is contained in:
parent
e14ef048cc
commit
89909cd6ae
4 changed files with 7 additions and 7 deletions
roles/mailcowdockerized/vars
7
roles/mailcowdockerized/vars/main.yml
Normal file
7
roles/mailcowdockerized/vars/main.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
mailcowdockerized_svc:
|
||||
name: mailcowdockerized
|
||||
domain: mail.serguzim.me
|
||||
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