An opinionated Ansible-based media server deployment.
This role includes Flemmar to automate the configuration of Servarr applications. Check flemmarr.yml.j2 to review and change your settings.
- Prowlarr keeps torrent indexes updated
- User requests movie (or TV show) through Overseerr
- Radarr (or Sonarr) finds the file and asks Transmission to download it
- Transmission downloads and seeds it
- Radarr (or Sonarr) moves the downloaded file to a Rclone mount
- Plex refreshes its library from the remote mount
All requirements will be installed during execution. This role assumes a fresh FreeBSD 13 installation as a deployment target.
It is opinionated, remember? No variables.
- hosts: localhost
remote_user: root
roles:
- role: media_server
- Use Jails
- Documentation
MIT