sidekiq-upstart
Ansible role to install Sidekiq
This Ansible role installs/updates Sidekiq. It also copies a working Upstart script.
Installation
$ ansible-galaxy install crushlovely.sidekiq-upstart,v1.0.0
Variables
app_name: test
app_path: /home/ubuntu/test
server_env: qa
app:
process_name: "{{ app_name }}"
Usage
Once this role is installed on your system, include it in the roles list of your playbook.
- hosts: localhost
roles:
- crushlovely.sidekiq-upstart
Dependencies
None
License
MIT
About
Installs Sidekiq globally and copies an upstart script for Sidekiq
Install
ansible-galaxy install crushlovely/ansible-sidekiq-upstart
License
mit
Downloads
46
Owner