Rename mailcow role to mailcowdockerized
This commit is contained in:
parent
e14ef048cc
commit
89909cd6ae
4 changed files with 7 additions and 7 deletions
roles
|
@ -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', '.') }}"
|
Loading…
Add table
Add a link
Reference in a new issue