configurations-ansible/roles/zoreide/files/zoreide.json
2023-12-31 11:12:50 +01:00

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
}