marvinpinto.couchpotato
couchpotato
Ansible Galaxy-Rolle zur Installation und Verwaltung von CouchPotato.
Anforderungen
Diese Rolle wurde unter Ubuntu 14.04 getestet und wird wahrscheinlich nur auf einem Ubuntu-ähnlichen System funktionieren.
Rollenvariablen
# Anwendungs-Konfiguration
couchpotato_app_src_directory: '/opt/couchpotato_src'
couchpotato_app_data_directory: '/opt/couchpotato_data'
couchpotato_app_pid_file: '/tmp/couchpotato.pid'
# Daemon-Konfiguration
couchpotato_daemon_user: 'couchdaemon'
couchpotato_daemon_extra_args: ''
Beispiele
Installieren Sie dieses Modul von Ansible Galaxy in das Verzeichnis './roles':
ansible-galaxy install marvinpinto.couchpotato -p ./roles
Verwenden Sie es in einem Playbook wie folgt:
- hosts: '127.0.0.1'
roles:
- role: 'marvinpinto.couchpotato'
become: true
Entwicklung
Verwenden Sie die bereitgestellte Vagrantfile
für lokale Entwicklung und Tests (Hinweis: vagrant up --provision
)
Installieren
ansible-galaxy install marvinpinto.couchpotato
Lizenz
mit
Downloads
134
Besitzer
Computer nerd.