radarr

Radarr

Radarr installation from public release tarball.

Requirements

No additional requirements.

Role Variables

Settings have been throughly documented for usage.

defaults/main.yml.

Ports

All ports and protocols have been defined for the role.

Hosts should only define firewall rules for ports they need.

defaults/ports.yml.

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

AGPL-3.0 License

Author Information

https://keybase.io/rpufky

Install
ansible-galaxy install r-pufky/ansible_radarr
GitHub repository
License
agpl-3.0
Downloads
16