diff options
author | Paul Bonaud <paul.bonaud@fretlink.com> | 2020-01-08 15:17:50 +0100 |
---|---|---|
committer | Paul Bonaud <paul.bonaud@fretlink.com> | 2020-01-08 15:17:50 +0100 |
commit | 61381e23cfed992926f1f6b366c1409acc1439f7 (patch) | |
tree | 3d9eec470d7138716d8f316f6cbd5e8278816802 /templates/etc/rabbitmq/rabbitmq.config.j2 | |
parent | 4eb445023ef1506aac20afb44566160b306eb59b (diff) | |
parent | a930e714480676bd27d629d8786dc9d8ba7243dc (diff) | |
download | ansible-rabbitmq-61381e23cfed992926f1f6b366c1409acc1439f7.tar.gz ansible-rabbitmq-61381e23cfed992926f1f6b366c1409acc1439f7.tar.zst ansible-rabbitmq-61381e23cfed992926f1f6b366c1409acc1439f7.zip |
Merge remote-tracking branch 'gaetanfl/cluster_strategy' into fretlink-fixesfretlink-fixes
Diffstat (limited to 'templates/etc/rabbitmq/rabbitmq.config.j2')
-rw-r--r-- | templates/etc/rabbitmq/rabbitmq.config.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/etc/rabbitmq/rabbitmq.config.j2 b/templates/etc/rabbitmq/rabbitmq.config.j2 index c2d836a..4d3e81c 100644 --- a/templates/etc/rabbitmq/rabbitmq.config.j2 +++ b/templates/etc/rabbitmq/rabbitmq.config.j2 | |||
@@ -5,6 +5,9 @@ | |||
5 | {% elif rabbitmq_listeners is defined %} | 5 | {% elif rabbitmq_listeners is defined %} |
6 | {tcp_listeners, [{% for item in rabbitmq_listeners %}{"{{ item }}", {{ rabbitmq_listen_port }}}{% if not loop.last %}, {% endif %}{% endfor %}]} | 6 | {tcp_listeners, [{% for item in rabbitmq_listeners %}{"{{ item }}", {{ rabbitmq_listen_port }}}{% if not loop.last %}, {% endif %}{% endfor %}]} |
7 | {% endif %} | 7 | {% endif %} |
8 | {% if rabbitmq_cluster_partition_handling is defined %} | ||
9 | ,{cluster_partition_handling, {{ rabbitmq_cluster_partition_handling }}} | ||
10 | {% endif %} | ||
8 | {% if rabbitmq_ssl_enable %} | 11 | {% if rabbitmq_ssl_enable %} |
9 | , | 12 | , |
10 | {num_ssl_acceptors, 10}, | 13 | {num_ssl_acceptors, 10}, |