send memory using fluent-bit

This commit is contained in:
Pim Kunis 2023-08-07 22:42:20 +02:00
parent d8342c3067
commit 62a47c1149
3 changed files with 32 additions and 8 deletions

View file

@ -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