mirror of
https://github.com/rocky-linux/ansible-role-rabbitmq.git
synced 2025-01-08 00:40:57 +00:00
cluster configuration
This commit is contained in:
parent
f9dc4e0693
commit
e36dc3642f
1 changed files with 6 additions and 1 deletions
|
@ -40,10 +40,15 @@ auth_ldap.servers.{{ loop.index }} = {{ ldapsrv }}
|
|||
cluster_name = {{ rabbitmq_cluster_name }}
|
||||
password_hashing_module = rabbit_password_hashing_sha256
|
||||
|
||||
uster_partition_handling = autoheal
|
||||
cluster_partition_handling = autoheal
|
||||
cluster_formation.node_type = disc
|
||||
|
||||
product.name = RockyMQ!
|
||||
product.version = 0.0.1
|
||||
|
||||
disk_free_limit.relative = 2.0
|
||||
|
||||
# Cluster Nodes
|
||||
{% for mqsrv in rabbitmq_cluster_list %}
|
||||
cluster_formation.classic_config.nodes.{{ loop.index }} = {{ mqsrv }}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue