lidarr
Lidarr
Lidarr 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/lidarr.example.com/vars/lidarr.yml
lidarr_api_key: '{{ vault_lidarr_api_key }}'
lidarr_update_automatically: true
lidarr_port: '8989'
site.yml
- name: 'lidarr server'
hosts: 'lidarr.example.com'
become: true
roles:
- 'r_pufky.lidarr'
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_lidarr
License
agpl-3.0
Downloads
22
Owner