configurations-ansible/roles/zoreide/files/zoreide.json

12 lines
269 B
JSON
Raw Permalink Normal View History

2023-12-31 11:12:50 +01:00
{
"MulticastConfig": {
"MIpAddr": "{{ zoreide_ha_multicast_ip }}",
"MPort": "{{ zoreide_ha_port }}"
},
"InterfaceConfig": {
"ExistingInterface": "{{ zoreide_ha_interface }}",
"BridgeIpCIDR": "{{ zoreide_ha_ip }}"
},
"debug": false
}