Start initial rabbitmq_Cluster role
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
e40b57559a
commit
5d8e972157
3 changed files with 87 additions and 0 deletions
36
roles/rabbitmq_cluster/templates/rabbitmq.config
Normal file
36
roles/rabbitmq_cluster/templates/rabbitmq.config
Normal 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,
|
||||
[
|
||||
]}
|
||||
].
|
Loading…
Add table
Add a link
Reference in a new issue