send memory using fluent-bit
This commit is contained in:
parent
d8342c3067
commit
62a47c1149
3 changed files with 32 additions and 8 deletions
|
@ -18,3 +18,9 @@
|
|||
src: "{{ role_path }}/fluent-bit.conf.j2"
|
||||
dest: /etc/fluent-bit/fluent-bit.conf
|
||||
notify: restart fluent-bit
|
||||
|
||||
- name: Copy fluent-bit parsers configuration
|
||||
template:
|
||||
src: "{{ role_path }}/parsers.conf.j2"
|
||||
dest: /etc/fluent-bit/parsers.conf
|
||||
notify: restart fluent-bit
|
||||
|
|
Reference in a new issue