diff options
Diffstat (limited to 'inventory/group_vars/chaos_at_home_switches/main.yml')
-rw-r--r-- | inventory/group_vars/chaos_at_home_switches/main.yml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/inventory/group_vars/chaos_at_home_switches/main.yml b/inventory/group_vars/chaos_at_home_switches/main.yml deleted file mode 100644 index fb72c9b1..00000000 --- a/inventory/group_vars/chaos_at_home_switches/main.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -switch_mgmt_zone: "{{ network_zones.mgmt }}" -switch_mgmt_interface: "Gi1/0/28" - -switch_vlans: "{{ switch_vlans_yaml | from_yaml }}" -switch_vlans_yaml: | - {% for zone_name in network_zones.keys() %} - - name: "{{ zone_name }}" - id: "{{ network_zones[zone_name].vlan }}" - {% endfor %} - -switch_interfaces: "{{ switch_interfaces_yaml | from_yaml }}" -switch_interfaces_yaml: | - - spec: range Gi1/0/1-27 - vlan: {{ network_zones['lan'].vlan }} |