summaryrefslogtreecommitdiff
path: root/inventory/group_vars/chaos-at-home-switches/vars.yml
blob: fb72c9b181a44a69399464ea464b394c7935e625 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
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 }}