diff options
author | Larry Smith Jr <mrlesmithjr@gmail.com> | 2018-12-20 00:52:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-20 00:52:51 -0500 |
commit | 2cf614d413be9c9f4948e034b6ec421a5964c00a (patch) | |
tree | ecc5e49a989b2e826d9632af2d009df2346f6e80 /defaults/main.yml | |
parent | 80121e2128f9b9702fbcb2c1fe713a0d42212c90 (diff) | |
parent | c3b85a38ba6ce9465ee67c571916c5be11f683f0 (diff) | |
download | ansible-rabbitmq-2cf614d413be9c9f4948e034b6ec421a5964c00a.tar.gz ansible-rabbitmq-2cf614d413be9c9f4948e034b6ec421a5964c00a.tar.zst ansible-rabbitmq-2cf614d413be9c9f4948e034b6ec421a5964c00a.zip |
Merge pull request #18 from gaetanfl/fix_policy_name
Allow multiple policies creation
Diffstat (limited to 'defaults/main.yml')
-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 aeeda6d..4a09ac9 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 |