sonarr: Deploy Sonarr in a Podman container

The `sonarr.yml` playbook and corresponding role deploy Sonarr, the
indexer manager for the *arr suite, in a Podman container.

Note that we're relocating the log files from the Sonarr AppData
directory to `/var/log/sonarr` so they can be picked up by Fluent Bit.
This commit is contained in:
2025-12-03 22:21:12 -06:00
parent 9223dbe820
commit 23670338b3
9 changed files with 209 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
- import_playbook: prowlarr.yml
- import_playbook: radarr.yml
- import_playbook: sonarr.yml