Add www role

This commit is contained in:
polyfloyd 2023-09-10 14:11:21 +02:00
parent 1bab3d478d
commit 03780abf01
12 changed files with 313 additions and 0 deletions

View file

@ -0,0 +1,14 @@
---
- import_tasks: ../../common/handlers/main.yaml
- name: restart spaceapi
systemd:
name: spaceapi
state: restarted
daemon_reload: true
- name: restart mqtt2web
systemd:
name: mqtt2web
state: restarted
daemon_reload: true