Skip to content

GR360RY/ansible-role-couchpotato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

couchpotato

An Ansible role to setup and configure Couchpotato PVR for usenet and torrents on Ubuntu.

Requirements

This role requires Ansible 2.0 or higher. Platform requirements are listed in the metadata file. Make sure to download roles specified in Dependencies section if role installed not with Ansible Galaxy.

Overview

List of tasks that will be performed under couchpotato role:

  1. Install and Configure Couchpotato
  2. Add integration with Sabnzbd and Deluge Download Clients
  3. Configure Kodi Notifications

Role Variables

List of variables that can be passed to the role with default variable values.

---
# defaults file for couchpotato

# Helper vaiable. In use by other roles
couchpotato_enabled: yes

couchpotato_path: /opt/couchpotato
couchpotato_apikey: bb138ccd9df84c33af9b310325b0d658

# Helper vaiable. In use by other roles
couchpotato_host: "{{ ansible_default_ipv4.address }}"

Dependencies

  • GR360RY.htpc-common role. Creates htpc user and media folders
# defaults file for htpc-common

htpc_user_username: htpc
htpc_user_password: htpc
htpc_user_group: htpc
htpc_user_shell: /bin/bash
htpc_user_sudo_access: yes
htpc_ssh_service: yes
htpc_create_media_folders: yes
htpc_zeroconf: yes
htpc_media_path: /mnt/media
htpc_media_movies: movies
htpc_media_tv: tv
htpc_media_music: music
htpc_media_pictures: pictures
htpc_downloads_complete: "{{ htpc_media_path }}/downloads/complete"
htpc_downloads_incomplete: "{{ htpc_media_path }}/downloads/incomplete"

Example Playbook

---
- hosts: htpc-server
  become: yes

  roles:
    - role: GR360RY.couchpotato

HTPC-Ansible Project

This role is part of HTPC-Ansible project that includes additional roles for building Ubuntu Based HTPC Server.

Complete list of Ansible Galaxy roles is below:

Additional Info is available at www.htpc-ansible.org

License

BSD

Author Information

Gregory Shulov

About

Ansible Role for Couchpotato Installation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages