Project

General

Profile

Deploy Radarr

Ansible
08/20/2025

Deploy Radarr

Use the following steps to deploy Radarr. Use the same process is used to update Radarr.

Set Version to Deploy

Edit inventory/services/group_vars/radarr/main.yml and set the variable, radarr_setup_version to the version to deploy.F ind the latest stable version of Radarr from Radarr's GitHub Versions page. Look for the 'latest' build tag.

Login to an Ansible Control Node

Login to an Ansible control node and set the following to prep the playbook execution.

cd /ansible/dev/ansible
source /opt/python_3.12/bin/activate
INV=inventory/services/inventory.ini

Deploy

Execute the following to deploy Radarr.

ansible-playbook -i $INV -k playbooks/services/deploy_radarr.yml

Verify Installed Version

Open https://radarr.refol.us. Navigate to System > Status. The version number shown should match the latest version.

Files