add script to restart all fluent-bit daemons

This commit is contained in:
Pim Kunis 2023-08-25 12:01:36 +02:00
parent 64594da273
commit 6dfed51c55

8
restart.yml Normal file
View file

@ -0,0 +1,8 @@
- name: Install fluentbit
hosts: hypervisors, vms
tasks:
- name: Restart fluent-bit
systemd:
name: fluent-bit
state: restarted