infrastructure/playbooks/roles/mailcowdockerized/tasks/main.yml

11 lines
318 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
2024-10-13 19:48:04 +00:00
- name: Deploy {{ role_name }}
2024-09-26 22:02:36 +00:00
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