Rename mailcow role to mailcowdockerized
This commit is contained in:
parent
e14ef048cc
commit
89909cd6ae
4 changed files with 7 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
- name: Deploy {{ svc.name }}
|
||||
vars:
|
||||
svc: "{{ mailcow_svc }}"
|
||||
svc: "{{ mailcowdockerized_svc }}"
|
||||
block:
|
||||
- name: Import tasks to template the site for the reverse proxy
|
||||
ansible.builtin.import_tasks: tasks/steps/template-site-config.yml
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
mailcow_svc:
|
||||
name: mailcow
|
||||
mailcowdockerized_svc:
|
||||
name: mailcowdockerized
|
||||
domain: mail.serguzim.me
|
||||
docker_host: host.docker.internal
|
||||
port: 3004
|
||||
additional_domains: "{{ ['autodiscover', 'autoconfig'] | product(vault_mailcow.domains) | map('join', '.') }}"
|
||||
additional_domains: "{{ ['autodiscover', 'autoconfig'] | product(vault_mailcowdockerized.domains) | map('join', '.') }}"
|
|
@ -240,15 +240,15 @@ services = {
|
|||
s3 = true
|
||||
},
|
||||
|
||||
mailcow = {
|
||||
name = "mailcow"
|
||||
mailcowdockerized = {
|
||||
name = "mailcowdockerized"
|
||||
host = "node003"
|
||||
dns = [{
|
||||
domain = "serguzim.me"
|
||||
target = "mail"
|
||||
}]
|
||||
backup = [{
|
||||
name = "mailcow"
|
||||
name = "mailcowdockerized"
|
||||
type = "hook"
|
||||
}]
|
||||
monitoring = {
|
||||
|
|
Loading…
Reference in a new issue