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

View file

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

View file

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