infrastructure/roles/mailcowdockerized/tasks/main.yml

11 lines
317 B
YAML
Raw Normal View History

2024-09-26 22:02:36 +00:00
---
- name: Set common facts
ansible.builtin.import_tasks: tasks/set-default-facts.yml
- name: Deploy {{ svc.name }}
vars:
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