/ansible-role-rabbitmq

Ansible Role RabbitMQ

Primary LanguageShellMIT LicenseMIT

Ansible Role RabbitMQ

[![Build Status](https://travis-ci.org/dgnest/ansible-role-rabbitmq.svg)](https://travis-ci.org/dgnest/ansible-role-rabbitmq) [![Stories in Ready](https://badge.waffle.io/dgnest/ansible-role-rabbitmq.svg?label=ready&title=Ready)](http://waffle.io/dgnest/ansible-role-rabbitmq) [![GitHub issues](https://img.shields.io/github/issues/dgnest/ansible-role-rabbitmq.svg)](https://github.com/dgnest/ansible-role-rabbitmq/issues) [![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](LICENSE)

Installs and configures rabbitmq on a host.

Requirements

  • Linux
    • none
  • OSX

Role Variables

The default role variables in defaults/main.yml are:

---
# defaults file for rabbitmq

Dependencies

none

Example Playbook

See the examples directory.

To run this playbook with default settings, create a basic playbook like this:

- hosts: servers
  roles:
     - rabbitmq

To install a specific version:

- hosts: servers
  roles:
     - { role: dgnest.rabbitmq }

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

Made with ❤️ ️☕️ and 🍕 by dgnest.