Rename mailcow role to mailcowdockerized

This commit is contained in:
Tobias Reisinger 2024-10-13 19:05:58 +02:00
parent e14ef048cc
commit 89909cd6ae
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 7 additions and 7 deletions

View file

@ -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

View file

@ -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', '.') }}"

View file

@ -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 = {