Skip to content

r-pufky/ansible_sonarr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sonarr

Sonarr 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/sonarr.example.com/vars/sonarr.yml

sonarr_api_key:              '{{ vault_sonarr_api_key }}'
sonarr_update_automatically: true
sonarr_port:                 '8989'

site.yml

- name:   'sonarr server'
  hosts:  'sonarr.example.com'
  become: true
  roles:
     - 'r_pufky.sonarr'

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

About

sonarr ansible role.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages