Skip to content

genouest/ansible-rabbitmq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Jinja 78.0%
  • Makefile 22.0%