Rename mailcow role to mailcowdockerized
This commit is contained in:
parent
e14ef048cc
commit
89909cd6ae
4 changed files with 7 additions and 7 deletions
10
roles/mailcowdockerized/tasks/main.yml
Normal file
10
roles/mailcowdockerized/tasks/main.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
- name: Set common facts
|
||||
ansible.builtin.import_tasks: tasks/set-default-facts.yml
|
||||
|
||||
- name: Deploy {{ svc.name }}
|
||||
vars:
|
||||
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
|
7
roles/mailcowdockerized/vars/main.yml
Normal file
7
roles/mailcowdockerized/vars/main.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
mailcowdockerized_svc:
|
||||
name: mailcowdockerized
|
||||
domain: mail.serguzim.me
|
||||
docker_host: host.docker.internal
|
||||
port: 3004
|
||||
additional_domains: "{{ ['autodiscover', 'autoconfig'] | product(vault_mailcowdockerized.domains) | map('join', '.') }}"
|
Loading…
Add table
Add a link
Reference in a new issue