Ansible role to manage Gearman
46a5a14723
Currently 2.4.0 is the oldest release of ansible, everything later is EOL. Update our meta data into include this and the platforms we currently tests with. Change-Id: If49f6ee945e3bc72c1c2ab36deab1f9aab6ddc17 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-gearman
Ansible role to manage Gearman
- License: Apache License, Version 2.0
- Documentation: https://ansible-role-gearman.readthedocs.org
- Source: https://git.openstack.org/cgit/openstack/ansible-role-gearman
- Bugs: https://bugs.launchpad.net/ansible-role-gearman
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 gearman
hosts: gearman
roles:
- ansible-role-gearman