From dc18fb8e63ee2f92bb875da7303ce1bd96fd6448 Mon Sep 17 00:00:00 2001 From: Ffhener Date: Sun, 28 Jan 2024 21:48:33 +0100 Subject: [PATCH] rhnk-bvv: removed Remove rhnk-bvv as it is not currently used and host vars are missing anyways. --- group_vars/location_rhnk_bvv/networks.yml | 46 ----------------------- 1 file changed, 46 deletions(-) delete mode 100644 group_vars/location_rhnk_bvv/networks.yml diff --git a/group_vars/location_rhnk_bvv/networks.yml b/group_vars/location_rhnk_bvv/networks.yml deleted file mode 100644 index f85471253..000000000 --- a/group_vars/location_rhnk_bvv/networks.yml +++ /dev/null @@ -1,46 +0,0 @@ ---- -ipv6_prefix: "2001:bf7:820:2100::/56" - -# RHNK-BVV got following prefixes: -# Router: 10.31.183.0/25 -# --MGMT: 10.31.183.64/27 -# --MESH: 10.31.183.96/27 -# --DHCP: 10.31.183.0/26 - -networks: - - vid: 40 - role: dhcp - inbound_filtering: true - enforce_client_isolation: true - untagged: true - prefix: 10.31.183.0/26 - ipv6_subprefix: 0 - assignments: - rhnk-bvv-core: 1 - - - vid: 20 - role: mesh - name: mesh_core_5ghz - prefix: 10.31.183.96/32 - ipv6_subprefix: -1 - mesh_ap: rhnk-bvv-core - mesh_radio: 11a_standard - mesh_iface: mesh - - - vid: 21 - role: mesh - name: mesh_core_2ghz - prefix: 10.31.183.97/32 - ipv6_subprefix: -2 - mesh_ap: rhnk-bvv-core - mesh_radio: 11g_standard - mesh_iface: mesh - - - vid: 42 - role: mgmt - prefix: 10.31.183.64/27 - gateway: 1 - dns: 1 - ipv6_subprefix: 1 - assignments: - rhnk-bvv-core: 1