feat: add ntfy notification system

This commit is contained in:
Clément Désiles
2025-12-15 23:09:47 +01:00
parent 150a032988
commit d8eb53f096
9 changed files with 450 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
---
- name: Reload systemd
ansible.builtin.systemd:
daemon_reload: true
- name: Restart ntfy
ansible.builtin.systemd:
name: ntfy
state: restarted
daemon_reload: true
- name: Reload nginx
ansible.builtin.systemd:
name: nginx
state: reloaded