cloudserve-infrastructure/roles/ntfy/vars/main.yml
Marty Oehme 32b1b13ef4
Add ntfy role
Installs and configures the ntfysh server to enable notifications.
2022-01-23 20:00:47 +01:00

7 lines
135 B
YAML

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