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.
Ansible >= 2.11
See defaults/main.yml.
Together with roles:
this role allows you to create an encrypted RabbitMQ server
See playbook_example for details
GPLv3