10 lines
307 B
YAML
10 lines
307 B
YAML
---
|
|
- name: Set common facts
|
|
ansible.builtin.import_tasks: tasks/set-default-facts.yml
|
|
|
|
- name: Deploy {{ svc.name }}
|
|
vars:
|
|
svc: "{{ mailcow_svc }}"
|
|
block:
|
|
- name: Import tasks to template the site for the reverse proxy
|
|
ansible.builtin.import_tasks: tasks/steps/template-site-config.yml
|