crushlovely / ansible-sidekiq-upstart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible role to install Sidekiq

Build Status Current Version

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

License:MIT License