mirror of
https://github.com/rocky-linux/ansible-role-rabbitmq.git
synced 2024-12-04 18:36:26 +00:00
classic config
This commit is contained in:
parent
a8600f5083
commit
3604f1ee14
@ -49,5 +49,5 @@ disk_free_limit.absolute = 2GB
|
||||
|
||||
# Cluster Nodes
|
||||
{% for mqsrv in rabbitmq_cluster_list %}
|
||||
cluster_formation.classic_config.nodes.{{ loop.index }} = {{ mqsrv }}
|
||||
cluster_formation.classic_config.nodes.{{ loop.index }} = rabbit@{{ mqsrv }}
|
||||
{% endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user