knot restarts

This commit is contained in:
Arya 2024-05-28 17:16:10 +05:30
parent 3fb80235c7
commit 4ba4415d31
Signed by: arya
GPG Key ID: 842D12BDA50DF120

12
cron/knot-restart.yaml Normal file
View 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 }}"