diff options
author | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2018-12-18 11:36:00 +0100 |
---|---|---|
committer | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2018-12-18 11:36:00 +0100 |
commit | c3b85a38ba6ce9465ee67c571916c5be11f683f0 (patch) | |
tree | 5bb38ff6dd0ac6cc1f5d363c48365f30d26fcf1c /defaults | |
parent | 991fe83812bb2814096e8ec3e8f6dc86fee5f3ef (diff) | |
download | ansible-rabbitmq-c3b85a38ba6ce9465ee67c571916c5be11f683f0.tar.gz ansible-rabbitmq-c3b85a38ba6ce9465ee67c571916c5be11f683f0.tar.zst ansible-rabbitmq-c3b85a38ba6ce9465ee67c571916c5be11f683f0.zip |
Allow multiple policies creation
Diffstat (limited to 'defaults')
-rw-r--r-- | defaults/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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: [] | |||
7 | # type: 'direct' | 7 | # type: 'direct' |
8 | # routing_key: 'logstash' | 8 | # routing_key: 'logstash' |
9 | # tags: 'ha-mode=all,ha-sync-mode=automatic' | 9 | # tags: 'ha-mode=all,ha-sync-mode=automatic' |
10 | # - policy_pattern: '.*' | ||
11 | # vhost: 'apps' | ||
12 | # tags: 'ha-mode=all,ha-sync-mode=automatic' | ||
10 | 13 | ||
11 | # Defines if rabbitmq ha should be configured | 14 | # Defines if rabbitmq ha should be configured |
12 | rabbitmq_config_ha: false | 15 | rabbitmq_config_ha: false |