ansible-role-gear/README.rst
Paul Belanger fcc0652719 Fix testing from opendev migration
We are loading the old role name, switch to new.

Change-Id: Ic566866250e90c3ef33b7400721db1d603471d2d
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-08-08 11:54:26 -04:00

43 lines
805 B
ReStructuredText

=================
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
----------------
.. code-block:: yaml
- name: Install gear
hosts: gear
roles:
- ansible-role-gear