Restart rabbitmq when a config file changes
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
c1d04e9783
commit
01da7c30b6
2 changed files with 3 additions and 1 deletions
|
@ -59,6 +59,8 @@
|
|||
with_items:
|
||||
- rabbitmq.config
|
||||
- rabbitmq-env.conf
|
||||
notify:
|
||||
- restart rabbitmq
|
||||
tags:
|
||||
- rabbitmq_cluster
|
||||
- config
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
disc}},
|
||||
|
||||
%% How to respond to cluster partitions.
|
||||
%% Related doc guide: https://www.rabbitmq.com/partitions.html
|
||||
%% Documentation: https://www.rabbitmq.com/partitions.html
|
||||
{cluster_partition_handling, pause_minority},
|
||||
|
||||
%% And some general config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue