Ansible role to manage Gearman
544a7209d3
Change-Id: Id893c11cc66bf0e266e46f75e82870f40f61a9f0 Signed-off-by: Paul Belanger <pabelanger@redhat.com> |
||
---|---|---|
defaults | ||
doc/source | ||
meta | ||
tasks | ||
templates/etc | ||
tests | ||
vars | ||
.gitignore | ||
.gitreview | ||
.zuul.yaml | ||
bindep.txt | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
ansible-role-gear
Ansible role to manage Gearman
- License: Apache License, Version 2.0
- Documentation: https://ansible-role-gear.readthedocs.org
- Source: https://git.openstack.org/cgit/openstack/ansible-role-gear
- Bugs: https://bugs.launchpad.net/ansible-role-gear
Description
A pure-Python asynchronous library to interface with Gearman.
Requirements
- pip3 to be installed if using gear_install_method: (git|pip)
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 gear
hosts: gear
roles:
- ansible-role-gear