knot restarts
This commit is contained in:
parent
3fb80235c7
commit
4ba4415d31
12
cron/knot-restart.yaml
Normal file
12
cron/knot-restart.yaml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
- name: Knot Restarts (EU/US)
|
||||||
|
hosts: eu,us
|
||||||
|
vars:
|
||||||
|
services:
|
||||||
|
- knot
|
||||||
|
tasks:
|
||||||
|
- name: Do thing
|
||||||
|
ansible.builtin.systemd_service:
|
||||||
|
state: restarted
|
||||||
|
name: knot
|
||||||
|
with_items: "{{ services }}"
|
Loading…
Reference in New Issue
Block a user