The `prowlarr.yml` playbook and corresponding role deploy Prowlarr, the indexer manager for the *arr suite, in a Podman container. Note that we're relocating the log files from the Prowlarr AppData directory to `/var/log/prowlarr` so they can be picked up by Fluent Bit.
6 lines
71 B
YAML
6 lines
71 B
YAML
- hosts: prowlarr
|
|
roles:
|
|
- role: prowlarr
|
|
tags:
|
|
- prowlarr
|