marvinpinto.sickrage
Sickrage
This is an Ansible Galaxy role that helps you install and manage sickrage easily.
Requirements
This role has been tested on Ubuntu 14.04 and is expected to work best on similar Ubuntu systems.
Role Variables
# Application settings
sickrage_app_src_directory: '/opt/sickrage_src'
sickrage_app_data_directory: '/opt/sickrage_data'
sickrage_app_pid_file: '/tmp/sickrage.pid'
# Daemon settings
sickrage_daemon_user: 'sickdaemon'
sickrage_daemon_port: '8081'
sickrage_daemon_extra_opts: " --port={{ sickrage_daemon_port }}"
Examples
To install this module from Ansible Galaxy, run the following command to put it in the './roles' directory:
ansible-galaxy install marvinpinto.sickrage -p ./roles
To use it in a playbook, add the following lines:
- hosts: '127.0.0.1'
roles:
- role: 'marvinpinto.sickrage'
become: true
Development
For local development and testing, you can use the provided Vagrantfile
. Just run this command to set it up:
vagrant up --provision
Installa
ansible-galaxy install marvinpinto.sickrage
Licenza
mit
Download
145
Proprietario
Computer nerd.