add script to restart all fluent-bit daemons
This commit is contained in:
parent
64594da273
commit
6dfed51c55
1 changed files with 8 additions and 0 deletions
8
restart.yml
Normal file
8
restart.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
- name: Install fluentbit
|
||||
hosts: hypervisors, vms
|
||||
|
||||
tasks:
|
||||
- name: Restart fluent-bit
|
||||
systemd:
|
||||
name: fluent-bit
|
||||
state: restarted
|
Reference in a new issue