From aa0e9f37bf96e9ad61d6457bf6cee46603b597c8 Mon Sep 17 00:00:00 2001 From: James Allenby Date: Sun, 9 Aug 2026 20:50:02 +0100 Subject: [PATCH] fix: add cluster name to incus cluster --- ansible/inventories/incus/group_vars/all.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/inventories/incus/group_vars/all.yaml b/ansible/inventories/incus/group_vars/all.yaml index 5f78c52..c4c6e17 100644 --- a/ansible/inventories/incus/group_vars/all.yaml +++ b/ansible/inventories/incus/group_vars/all.yaml @@ -2,5 +2,6 @@ ansible_python_interpreter: /usr/bin/python3 ansible_user: kolibri vip_interface: enp5s0 vip_address: 10.150.0.100 +cluster_name: hive cluster_pod_subnet: 172.16.0.0/16 cluster_service_subnet: 10.96.0.0/16