beanstalkd
#######################################################################################################
:exclamation: DEPRECATION :exclamation:
This repository and the role associated are deprecated.
You can find our other roles in the Manala Ansible Collection. You will find informations on its usage on the collection repository
#######################################################################################################
Ansible Role: Beanstalkd
:exclamation: Report issues and send Pull Requests in the main Ansible Role repository :exclamation:
This role will deal with the setup of Beanstalkd.
It's part of the Manala Ansible stack but can be used as a stand alone component.
Requirements
None.
Dependencies
None.
Installation
Ansible 2+
Using ansible galaxy cli:
ansible-galaxy install manala.beanstalkd
Using ansible galaxy requirements file:
- src: manala.beanstalkd
Role Handlers
None.
Role Variables
Definition
Name | Default | Type | Description |
---|---|---|---|
manala_beanstalkd_install_packages |
~ | Array | Dependency packages to install |
manala_beanstalkd_install_packages_default |
['beanstalkd'] | Array | Default dependency packages to install |
manala_beanstalkd_config_file |
'/etc/default/beanstalkd' | String | Config file path |
manala_beanstalkd_config_template |
~ | String | Config template path |
manala_beanstalkd_config |
[] | Array | Config |
Example
- hosts: all
roles:
- role: manala.beanstalkd
Licence
MIT
Author information
Manala (http://www.manala.io/)
Install
ansible-galaxy install manala/ansible-role-beanstalkd
License
Unknown
Downloads
10884
Owner
Manala is an open source project supported by the french web agency ELAO providing advanced ansible roles for website's infrastructures and far more.