add fluent-bit for physical servers
This commit is contained in:
parent
0c7ee6b1bc
commit
d8342c3067
5 changed files with 137 additions and 0 deletions
4
ansible/roles/fluentbit/handlers/main.yml
Normal file
4
ansible/roles/fluentbit/handlers/main.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- name: restart fluent-bit
|
||||
systemd:
|
||||
name: fluent-bit
|
||||
state: restarted
|
Reference in a new issue