marvinpinto.couchpotato
懒人沙发
Ansible Galaxy 角色,用于安装和管理 CouchPotato。
要求
此角色已在 Ubuntu 14.04 上测试,可能只适用于类似 Ubuntu 的系统。
角色变量
# 应用配置
couchpotato_app_src_directory: '/opt/couchpotato_src'
couchpotato_app_data_directory: '/opt/couchpotato_data'
couchpotato_app_pid_file: '/tmp/couchpotato.pid'
# 守护程序配置
couchpotato_daemon_user: 'couchdaemon'
couchpotato_daemon_extra_args: ''
示例
从 Ansible Galaxy 安装此模块到 './roles' 目录:
ansible-galaxy install marvinpinto.couchpotato -p ./roles
在剧本中使用如下:
- hosts: '127.0.0.1'
roles:
- role: 'marvinpinto.couchpotato'
become: true
开发
使用提供的 Vagrantfile
进行本地开发和测试(提示:vagrant up --provision
)
安装
ansible-galaxy install marvinpinto.couchpotato
许可证
mit
下载
134
拥有者
Computer nerd.