cowops.debian-beanstalkd

Debian-Beanstalk

Beanstalk is a simple, fast work queue.

Requirements

This role requires a debian compliant system such as ubuntu.

Role Variables

beanstalkd_listen_addr: "0.0.0.0" beanstalkd_listen_port: "11300" beanstalkd_start: "yes" (allows beanstalkd autostart)

Dependencies

None

Example Playbook

- hosts: servers
  roles:
     - { role: cowops.debian-beanstalkd, beanstalkd_listen_addr: "0.0.0.0", beanstalkd_listen_port: "11300", beanstalkd_start: "yes" }

Tasks

License

BSD

About

Install Beanstalkd for debian system

Install
ansible-galaxy install cowops.debian-beanstalkd
GitHub repository
License
Unknown
Downloads
1.2k
Owner