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 }}
|
- name: Deploy {{ svc.name }}
|
||||||
vars:
|
vars:
|
||||||
svc: "{{ mailcow_svc }}"
|
svc: "{{ mailcowdockerized_svc }}"
|
||||||
block:
|
block:
|
||||||
- name: Import tasks to template the site for the reverse proxy
|
- name: Import tasks to template the site for the reverse proxy
|
||||||
ansible.builtin.import_tasks: tasks/steps/template-site-config.yml
|
ansible.builtin.import_tasks: tasks/steps/template-site-config.yml
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
mailcow_svc:
|
mailcowdockerized_svc:
|
||||||
name: mailcow
|
name: mailcowdockerized
|
||||||
domain: mail.serguzim.me
|
domain: mail.serguzim.me
|
||||||
docker_host: host.docker.internal
|
docker_host: host.docker.internal
|
||||||
port: 3004
|
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
|
s3 = true
|
||||||
},
|
},
|
||||||
|
|
||||||
mailcow = {
|
mailcowdockerized = {
|
||||||
name = "mailcow"
|
name = "mailcowdockerized"
|
||||||
host = "node003"
|
host = "node003"
|
||||||
dns = [{
|
dns = [{
|
||||||
domain = "serguzim.me"
|
domain = "serguzim.me"
|
||||||
target = "mail"
|
target = "mail"
|
||||||
}]
|
}]
|
||||||
backup = [{
|
backup = [{
|
||||||
name = "mailcow"
|
name = "mailcowdockerized"
|
||||||
type = "hook"
|
type = "hook"
|
||||||
}]
|
}]
|
||||||
monitoring = {
|
monitoring = {
|
||||||
|
|
Loading…
Reference in a new issue