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:
|
with_items:
|
||||||
- rabbitmq.config
|
- rabbitmq.config
|
||||||
- rabbitmq-env.conf
|
- rabbitmq-env.conf
|
||||||
|
notify:
|
||||||
|
- restart rabbitmq
|
||||||
tags:
|
tags:
|
||||||
- rabbitmq_cluster
|
- rabbitmq_cluster
|
||||||
- config
|
- config
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
disc}},
|
disc}},
|
||||||
|
|
||||||
%% How to respond to cluster partitions.
|
%% 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},
|
{cluster_partition_handling, pause_minority},
|
||||||
|
|
||||||
%% And some general config
|
%% And some general config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue