diff options
Diffstat (limited to 'defaults/main.yml')
-rw-r--r-- | defaults/main.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/defaults/main.yml b/defaults/main.yml index 9e9f3c8..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 |
@@ -15,7 +18,12 @@ rabbitmq_config_service: false | |||
15 | rabbitmq_config_file: 'etc/rabbitmq/rabbitmq.config.j2' | 18 | rabbitmq_config_file: 'etc/rabbitmq/rabbitmq.config.j2' |
16 | 19 | ||
17 | rabbitmq_debian_repo: 'deb http://www.rabbitmq.com/debian/ testing main' | 20 | rabbitmq_debian_repo: 'deb http://www.rabbitmq.com/debian/ testing main' |
21 | #other repos | ||
22 | #rabbitmq_debian_repo: deb https://dl.bintray.com/rabbitmq/debian {{ ansible_distribution_release }} main #bintray | ||
18 | rabbitmq_debian_repo_key: 'https://www.rabbitmq.com/rabbitmq-release-signing-key.asc' | 23 | rabbitmq_debian_repo_key: 'https://www.rabbitmq.com/rabbitmq-release-signing-key.asc' |
24 | #rabbitmq_debian_repo_key: https://bintray.com/user/downloadSubjectPublicKey?username=rabbitmq | ||
25 | rabbitmq_debian_erlang_from_rabbit: false | ||
26 | #rabbitmq_debian_version: 3.7.9 # current version if not defined | ||
19 | 27 | ||
20 | # Defines if setting up a rabbitmq cluster | 28 | # Defines if setting up a rabbitmq cluster |
21 | rabbitmq_enable_clustering: false | 29 | rabbitmq_enable_clustering: false |