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.
10 lines
175 B
YAML
10 lines
175 B
YAML
- import_playbook: prowlarr.yml
|
|
- import_playbook: radarr.yml
|
|
- import_playbook: sonarr.yml
|
|
|
|
- hosts: servarr
|
|
roles:
|
|
- role: fluent-bit-servarr
|
|
tags:
|
|
- fluent-bit
|