Add role for services

This commit is contained in:
polyfloyd 2022-10-23 13:14:43 +02:00
parent 1191dd2534
commit cdc9f519f0
9 changed files with 171 additions and 0 deletions

View file

@ -0,0 +1,20 @@
---
- import_tasks: ../../common/handlers/main.yaml
- name: restart irc-bot
systemd:
name: irc-bot
state: restarted
daemon_reload: true
- name: restart siahsd
systemd:
name: siahsd
state: restarted
daemon_reload: true
- name: restart spacestated
systemd:
name: spacestated
state: restarted
daemon_reload: true