mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 05:48:33 +01:00
feat: skip auth paths
This commit is contained in:
19
roles/web1/handlers/main.yaml
Normal file
19
roles/web1/handlers/main.yaml
Normal 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
|
||||
Reference in New Issue
Block a user