An Ansible role that installs Sonarr on Debian like systems.
none
sonarr_user: sonarr
This is the user which will be used when running Sonarr from the service, it needs to be a pre-existing user.
none
- hosts: media-center
roles:
- { role: lifeofguenter.sonarr, tags: ["sonarr"]}
MIT