Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

f500/ansible-beanstalkd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beanstalkd

Install and start beanstalkd

Requirements

Debian Wheezy with the package build-essential installed.

Role Variables

beanstalkd_version: "1.10"
beanstalkd_listen_addr: "0.0.0.0"
beanstalkd_listen_port: "11300"
beanstalkd_user: "beanstalkd"
beanstalkd_enabled: "yes"

beanstalkd_persistent: Yes
beanstalkd_storage: "/var/lib/beanstalkd"

Warning: Changing beanstalkd_storage after an initial install will result in the original binlog data being orphaned in the original location.

Example Playbook

- hosts: servers
  roles:
     - { role: f500.beanstalkd }

License

LGPL

Author Information

Jasper N. Brouwer, jasper@nerdsweide.nl

Ramon de la Fuente, ramon@delafuente.nl

About

No description, website, or topics provided.

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages