Ansible role to manage Gearman
Go to file
Paul Belanger 04df10cad4
Merge OS-specific variables for ubuntu
Now that we are using systemd everywhere, for xenial++ there isn't a
need to release specific settings.

Change-Id: I9fb735e8f7455b7266d90b5275e7d0b90512722a
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-03-06 15:26:09 -05:00
defaults Add systemd support for geard 2018-02-22 22:46:56 -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 Merge OS-specific variables for ubuntu 2018-03-06 15:26:09 -05:00
templates/etc/systemd/system Add systemd support for geard 2018-02-22 22:46:56 -05:00
tests Initial commit 2018-02-18 19:11:39 -05:00
vars Merge OS-specific variables for ubuntu 2018-03-06 15:26:09 -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