Add ntfy role

Installs and configures the ntfysh server to enable notifications.
This commit is contained in:
Marty Oehme 2022-01-23 13:54:56 +01:00
parent 1e0643352d
commit 32b1b13ef4
Signed by: Marty
GPG key ID: B7538B8F50A1C800
11 changed files with 253 additions and 0 deletions

7
roles/ntfy/vars/main.yml Normal file
View file

@ -0,0 +1,7 @@
---
stack_name: ntfy
stack_image: "binwiederhier/ntfy"
stack_compose: "{{ lookup('template', 'docker-stack.yml.j2') | from_yaml }}"