From c3b85a38ba6ce9465ee67c571916c5be11f683f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Duchaussois?= Date: Tue, 18 Dec 2018 11:36:00 +0100 Subject: Allow multiple policies creation --- defaults/main.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'defaults') diff --git a/defaults/main.yml b/defaults/main.yml index 9e9f3c8..41161c8 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -7,6 +7,9 @@ rabbitmq_config: [] # type: 'direct' # routing_key: 'logstash' # tags: 'ha-mode=all,ha-sync-mode=automatic' + # - policy_pattern: '.*' + # vhost: 'apps' + # tags: 'ha-mode=all,ha-sync-mode=automatic' # Defines if rabbitmq ha should be configured rabbitmq_config_ha: false -- cgit v1.2.3