***arrX (Sonarr Radarr Bazarr) - Cloudbox/Community GitHub Wiki
Create multiple (Sonarr / Radarr / Bazarr) roles
NOTE: the names have to be compliant with both domain names and docker names, so no funny business. Do not use anything but a-z and 0-9, no spaces, no commas, no colons, no dash, no exclamation marks, no nothing!
ALSO NOTE: All apps will prefix subdomain and docker container names with the name of the app. For example the subdomain and names of sonarrs docker containers will, with the default settings, be sonarr1080webdl and sonarr1080remux.
Create multiple Sonarr v3 roles
-
Edit
settings.yml
and change the sonarrx roles to what you want:sonarrx: roles: [1080webdl, 1080remux]
-
Run the sonarrx role as a normal community role.
cd ~/community sudo ansible-playbook community.yml --tags sonarrx
Create multiple Radarr roles
-
Edit
settings.yml
and change the radarrx roles to what you want:radarrx: roles: [1080webdl, 1080remux]
-
Run the radarrx role as a normal community role.
cd ~/community sudo ansible-playbook community.yml --tags radarrx
Create multiple Bazarr roles
-
Edit
settings.yml
and change the bazarrx roles to what you want:bazarrx: roles: [1080webdl, 1080remux]
-
Run the bazarrx role as a normal community role.
cd ~/community sudo ansible-playbook community.yml --tags bazarrx
Get Sonarr4k and Radarr4k Containers Again
-
Edit
settings.yml
. -
Add the following:
sonarrx: roles: ['4k'] radarrx: roles: ['4k']
-
Run the following tags:
cd ~/community sudo ansible-playbook community.yml --tags sonarrx,radarrx
-
Containers should be up and running again. With the same paths as were setup with CB, i.e. your data will have been migrated over.
Tips
Radarr
Caching
If you use NZBHydra2 as an indexer in Radarr create a duplicate entry with caching enabled as an additional parameter. Repeat for Sonarr.