add: timetracking/kimai basics

This commit is contained in:
2023-05-14 18:30:54 +02:00
parent fc004b97a0
commit 4b52fbeb7a
6 changed files with 71 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
- name: systemctl restart image-factory
systemd:
name: image-factory
state: restarted
- name: systemctl restart serien-ampel
systemd:
name: serien-ampel
state: restarted
- name: systemctl restart simple-log-server
systemd:
name: simple-log-server
state: restarted
- name: systemctl restart soundlib-interface
systemd:
name: soundlib-interface
state: restarted