From fa5c726f9f39d834962f5157628bddfe85e026b6 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 21 Nov 2022 00:30:08 +0100 Subject: some more cleanups and fixes --- inventory/group_vars/chaos-at-home-switches/vars.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'inventory/group_vars/chaos-at-home-switches/vars.yml') diff --git a/inventory/group_vars/chaos-at-home-switches/vars.yml b/inventory/group_vars/chaos-at-home-switches/vars.yml index fb72c9b1..2b5bc625 100644 --- a/inventory/group_vars/chaos-at-home-switches/vars.yml +++ b/inventory/group_vars/chaos-at-home-switches/vars.yml @@ -5,8 +5,10 @@ switch_mgmt_interface: "Gi1/0/28" switch_vlans: "{{ switch_vlans_yaml | from_yaml }}" switch_vlans_yaml: | {% for zone_name in network_zones.keys() %} + {% if 'vlan' in network_zones[zone_name] %} - name: "{{ zone_name }}" id: "{{ network_zones[zone_name].vlan }}" + {% endif %} {% endfor %} switch_interfaces: "{{ switch_interfaces_yaml | from_yaml }}" -- cgit v1.2.3