genouest / ansible-rabbitmq

Home Page:https://galaxy.ansible.com/usegalaxy_eu/rabbitmqserver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

usegalaxy_eu.rabbitmqserver

Ansible role to deploy and configure a RabbitMQ server using a docker container. It is possible to create users, administrator or regular one, virtual hosts and bind them together. The role can be used also to create a cluster by listing cluster nodes in config file.

Will be exposed the following ports:

  • 5671: used by AMQP 0-9-1 and AMQP 1.0 clients with TLS
  • 15672: HTTP API clients, management UI and rabbitmqadmin

The role has been tested on CentOS, Debian and Ubuntu OS.

Requirements

Ansible >= 2.11

Role Variables

See defaults/main.yml.

Playbook usage example

Together with roles:

this role allows you to create an encrypted RabbitMQ server

See playbook_example for details

License

GPLv3

Author Information

Galaxy Europe

About

https://galaxy.ansible.com/usegalaxy_eu/rabbitmqserver


Languages

Language:Jinja 78.0%Language:Makefile 22.0%