Files
no-secrets-athq-ansible/roles/web1/handlers/main.yaml
2023-01-15 22:46:43 +01:00

20 lines
403 B
YAML

- 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