Start initial rabbitmq_Cluster role

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-08-02 20:04:00 +00:00
parent e40b57559a
commit 5d8e972157
3 changed files with 87 additions and 0 deletions

View file

@ -0,0 +1,36 @@
[
{rabbit,
[
{log_levels, [{connection, none}]},
{default_user_tags, [administrator]},
{heartbeat, 600},
{channel_max, 128}
]},
{kernel,
[
]},
{rabbitmq_management,
[
]},
{rabbitmq_management_agent,
[
]},
{rabbitmq_shovel,
[{shovels,
[
]}
]},
{rabbitmq_stomp,
[
]},
{rabbitmq_mqtt,
[
]},
{rabbitmq_amqp1_0,
[
]},
{rabbitmq_auth_backend_ldap,
[
]}
].