radarr
Radarr role
Galaxy: https://galaxy.ansible.com/coaxial/radarr
Instructions
This role will install Radarr and (optionally) install and configure NGINX to
serve the UI at <server address>/radarr
.
Variables and their defaults
variable name | default value | description |
---|---|---|
radarr__config_directory | /var/lib/radarr |
Radarr configuration files directory |
radarr__install_directory | /opt |
Radarr installation directory (will use <dir>/Radarr ) |
radarr__username | radarr |
Username under which to run Radarr |
radarr__password | ! (disabled) |
Radarr user's password |
radarr__group | media |
Radarr user's group |
radarr__group_id | 1100 |
The GID for Radarr's group |
radarr__version | latest (stable) |
See https://github.com/Radarr/Radarr/releases |
radarr__use_nginx | yes |
Whether to install and configure nginx (no if you're installing/managing it yourself) |