marvinpinto.couchpotato

couchpotato

Statut de construction Ansible Galaxy Licence

Rôle Ansible Galaxy pour installer et gérer CouchPotato.

Exigences

Ce rôle a été testé sur Ubuntu 14.04 et fonctionnera probablement seulement sur un système similaire à Ubuntu.

Variables du rôle

# Configuration de l'application
couchpotato_app_src_directory: '/opt/couchpotato_src'
couchpotato_app_data_directory: '/opt/couchpotato_data'
couchpotato_app_pid_file: '/tmp/couchpotato.pid'

# Configuration du démon
couchpotato_daemon_user: 'couchdaemon'
couchpotato_daemon_extra_args: ''

Exemples

Installez ce module depuis Ansible Galaxy dans le répertoire './roles' :

ansible-galaxy install marvinpinto.couchpotato -p ./roles

Utilisez-le dans un playbook comme suit :

- hosts: '127.0.0.1'
  roles:
    - role: 'marvinpinto.couchpotato'
      become: true

Développement

Utilisez le Vagrantfile fourni pour le développement et les tests locaux (astuce : vagrant up --provision)

À propos du projet

Ansible Galaxy role to install and manage couchpotato.

Installer
ansible-galaxy install marvinpinto.couchpotato
Licence
mit
Téléchargements
134
Propriétaire
Computer nerd.