Ansible role to manage Gearman
9fd77b3856
By default gear dies not deliver default logging configuration. If it is started in this configuration it floods /var/log/messages with debug info. Log configuration activation should be done via systemd override.conf file by setting proper ARGS Update jobs to also collect /var/logs/gear in post-run task. Change-Id: Ib69c976062afd38a91a3d882e9389c5cbef244c3 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