11 lines
269 B
JSON
11 lines
269 B
JSON
{
|
|
"MulticastConfig": {
|
|
"MIpAddr": "{{ zoreide_ha_multicast_ip }}",
|
|
"MPort": "{{ zoreide_ha_port }}"
|
|
},
|
|
"InterfaceConfig": {
|
|
"ExistingInterface": "{{ zoreide_ha_interface }}",
|
|
"BridgeIpCIDR": "{{ zoreide_ha_ip }}"
|
|
},
|
|
"debug": false
|
|
}
|