coaxial.radarr
Radarr Role
Galaxy: https://galaxy.ansible.com/coaxial/radarr
Instructions
This role will install Radarr and (if you want) set up NGINX to display the interface at <server address>/radarr
.
Variables and Their Defaults
Variable Name | Default Value | Description |
---|---|---|
radarr__config_directory | /var/lib/radarr |
The folder where Radarr's configuration files are kept. |
radarr__install_directory | /opt |
The folder where Radarr will be installed (it will be in <dir>/Radarr ). |
radarr__username | radarr |
The username that will run Radarr. |
radarr__password | ! (disabled) |
The password for the Radarr user. |
radarr__group | media |
The group that the Radarr user belongs to. |
radarr__group_id | 1100 |
The Group ID (GID) for the Radarr group. |
radarr__version | latest (stable) |
Check the latest version at https://github.com/Radarr/Radarr/releases |
radarr__use_nginx | yes |
Whether to install and set up NGINX (no if you're handling NGINX yourself). |