Files
configpolicy/roles/fluent-bit-servarr/handlers/main.yml
Dustin C. Hatch f892570467 r/f-b-arr: Configure Fluent Bit for Servarr logs
The _fluent-bit-servarr_ role creates a configuration file for Fluent
Bit to read and parse logs from Radarr, Sonarr, and Prowlarr.  These
logs can then be sent to an output by defining the
`fluent_bit_servarr_outputs` variable.
2025-12-03 23:00:54 -06:00

5 lines
80 B
YAML

- name: restart fluent-bit
service:
name: fluent-bit
state: restarted