amaabca.systemd-unicorn
角色名称
为 unicorn 进程添加 systemd 配置。不会安装 unicorn,因为假设应用程序负责此工作。
要求
没有要求。
角色变量
ansible_systemd_unicorn_app_path: 应用程序的基础路径
ansible_systemd_unicorn_rack_env: 可以是 none、development 或 deployment
ansible_systemd_unicorn_user: unicorn 进程的拥有者
依赖
没有依赖关系。
示例剧本
- hosts: servers
roles:
- { role: amaabca.ansible-systemd-unicorn }
许可证
MIT