Inital commit

This commit is contained in:
phil 2023-05-14 20:05:12 +02:00
commit fd5c78edb4
11 changed files with 245 additions and 0 deletions

6
handlers/main.yml Normal file
View file

@ -0,0 +1,6 @@
---
- name: restart uptime-kuma
systemd:
name: "{{ uptimekuma_service }}"
daemon_reload: true
state: restarted