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

11 lines
329 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 extra services
2024-10-07 21:58:56 +00:00
vars:
svc: "{{ extra_services_svc }}"
2024-09-26 22:02:36 +00:00
block:
- name: Import tasks to template the site and functions for the reverse proxy
ansible.builtin.include_tasks: tasks/steps/template-site-config.yml