radarr
Radarr
Radarr installation from public release tarball.
Requirements
No additional requirements.
Role Variables
Settings have been throughly documented for usage.
Ports
All ports and protocols have been defined for the role.
Hosts should only define firewall rules for ports they need.
Dependencies
N/A
Example Playbook
host_vars/radarr.example.com/vars/radarr.yml
radarr_api_key: '{{ vault_radarr_api_key }}'
radarr_update_automatically: true
radarr_port: '8989'
site.yml
- name: 'radarr server'
hosts: 'radarr.example.com'
become: true
roles:
- 'r_pufky.radarr'
Issues
Create a bug and provide as much information as possible.
Associate pull requests with a submitted bug.
License
Author Information
Install
ansible-galaxy install r-pufky/ansible_radarr
License
agpl-3.0
Downloads
19
Owner