| - service.rabbitmq.support |
| secret_key: ${_param:rabbitmq_secret_key} |
| address: ${_param:cluster_local_address} |
| address: ${_param:cluster_local_address} |
| password: ${_param:rabbitmq_admin_password} |
| role: ${_param:rabbitmq_cluster_role} |
| master: ${_param:cluster_node01_hostname} |
| - name: ${_param:cluster_node01_hostname} |
| host: ${_param:cluster_node01_address} |
| - name: ${_param:cluster_node02_hostname} |
| host: ${_param:cluster_node02_address} |
| - name: ${_param:cluster_node03_hostname} |
| host: ${_param:cluster_node03_address} |
| - address: ${_param:cluster_vip_address} |
| host: ${_param:cluster_node01_address} |
| params: check inter 5000 rise 2 fall 3 |
| host: ${_param:cluster_node02_address} |
| params: backup check inter 5000 rise 2 fall 3 |
| host: ${_param:cluster_node03_address} |
| params: backup check inter 5000 rise 2 fall 3 |