2022-02-19 18:18:19 +01:00
|
|
|
[serverctl_master_hosts]
|
|
|
|
%{ for ip in serverctl_masters ~}
|
|
|
|
${ip}
|
2022-02-19 20:11:28 +01:00
|
|
|
%{ endfor ~}
|
|
|
|
|
|
|
|
[serverctl_node_hosts]
|
2022-02-19 21:29:38 +01:00
|
|
|
%{ for ip in serverctl_nodes ~}
|
|
|
|
${ip}
|
|
|
|
%{ endfor ~}
|
2022-02-19 20:11:28 +01:00
|
|
|
|
|
|
|
[serverctl_cluster:children]
|
|
|
|
serverctl_master_hosts
|
2022-02-19 21:29:38 +01:00
|
|
|
serverctl_node_hosts
|