2024-09-26 22:02:36 +00:00
|
|
|
---
|
|
|
|
- name: Set common facts
|
|
|
|
ansible.builtin.import_tasks: tasks/set-default-facts.yml
|
|
|
|
|
2024-10-13 19:48:04 +00:00
|
|
|
- name: Deploy {{ role_name }}
|
2024-09-26 22:02:36 +00:00
|
|
|
vars:
|
2024-10-13 17:05:58 +00:00
|
|
|
svc: "{{ mailcowdockerized_svc }}"
|
2024-09-26 22:02:36 +00:00
|
|
|
block:
|
|
|
|
- name: Import tasks to template the site for the reverse proxy
|
|
|
|
ansible.builtin.import_tasks: tasks/steps/template-site-config.yml
|