radarr: Deploy Radarr in a Podman container
The `radarr.yml` playbook and corresponding role deploy Radarr, the movie library/download manager, in a Podman container. Note that we're relocating the log files from the Radarr AppData directory to `/var/log/radarr` so they can be picked up by Fluent Bit.
This commit is contained in:
5
radarr.yml
Normal file
5
radarr.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
- hosts: radarr
|
||||
roles:
|
||||
- role: radarr
|
||||
tags:
|
||||
- radarr
|
||||
Reference in New Issue
Block a user