Add briefing service

This commit is contained in:
Tobias Reisinger 2025-04-14 17:20:11 +02:00
parent 22023e9b01
commit ad7648a748
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 51 additions and 0 deletions

View file

@ -0,0 +1,12 @@
---
- name: Set common facts
ansible.builtin.import_tasks: tasks/set-default-facts.yml
- name: Deploy {{ role_name }}
vars:
svc: "{{ briefing_svc }}"
env: "{{ briefing_env }}"
compose: "{{ briefing_compose }}"
block:
- name: Import tasks to deploy common service
ansible.builtin.import_tasks: tasks/deploy-common-service.yml