Ansible role to manage Gearman
Go to file
Paul Belanger 8fb8204493
Initial commit
Create an ansible role to manage gear / gearman.

Change-Id: Ia1c66f7dadcc19e8f4bf54694423cec38e95804d
Depends-On: I72494301b20c3e4a4675d7cde5725540d666e8b6
Depends-On: Ie4e01a51e75fcf869e5307ef4a24996231d91664
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-02-18 19:11:39 -05:00
defaults Initial commit 2018-02-18 19:11:39 -05:00
doc/source Initial commit 2018-02-18 19:11:39 -05:00
meta Initial commit 2018-02-18 19:11:39 -05:00
tasks Initial commit 2018-02-18 19:11:39 -05:00
tests Initial commit 2018-02-18 19:11:39 -05:00
vars Initial commit 2018-02-18 19:11:39 -05:00
.gitignore Initial commit 2018-02-18 19:11:39 -05:00
.gitreview Added .gitreview 2017-11-16 16:04:55 +00:00
.zuul.yaml Initial commit 2018-02-18 19:11:39 -05:00
LICENSE Initial commit 2018-02-18 19:11:39 -05:00
README.rst Initial commit 2018-02-18 19:11:39 -05:00
bindep.txt Initial commit 2018-02-18 19:11:39 -05:00
requirements.txt Initial commit 2018-02-18 19:11:39 -05:00
setup.cfg Initial commit 2018-02-18 19:11:39 -05:00
setup.py Initial commit 2018-02-18 19:11:39 -05:00
test-requirements.txt Initial commit 2018-02-18 19:11:39 -05:00
tox.ini Initial commit 2018-02-18 19:11:39 -05:00

README.rst

ansible-role-gearman

Ansible role to manage Gearman

Description

A pure-Python asynchronous library to interface with Gearman.

Requirements

Packages

Package repository index files should be up to date before using this role, we do not manage them.

Role Variables

Dependencies

Example Playbook

- name: Install gearman
  hosts: gearman
  roles:
    - ansible-role-gearman