feat: add cluster pod subnet and service subnet for incus

This commit is contained in:
2026-06-30 23:58:07 +01:00
parent 20f8648d86
commit d733c45323
@@ -2,3 +2,5 @@ ansible_python_interpreter: /usr/bin/python3
ansible_user: kolibri ansible_user: kolibri
vip_interface: enp5s0 vip_interface: enp5s0
vip_address: 10.150.0.100 vip_address: 10.150.0.100
cluster_pod_subnet: 172.16.0.0/16
cluster_service_subnet: 10.96.0.0/16