Add ntfy service

This commit is contained in:
Tobias Reisinger 2023-12-23 19:25:42 +01:00
parent 068a8e2cd7
commit 05014af744
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 69 additions and 0 deletions
roles/ntfy/tasks

12
roles/ntfy/tasks/main.yml Normal file
View file

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