diff options
author | Christian Pointner <equinox@spreadspace.org> | 2021-12-23 14:38:04 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2021-12-23 14:38:04 +0100 |
commit | 022c782dfe9b19229f67dbf9319509d727711001 (patch) | |
tree | 1f02c4d70acfee0f78c5b54acb2200b88bc9e66e | |
parent | make dhcp-server role a little bit more flexible (diff) |
ch-sw0 new port config
-rw-r--r-- | inventory/host_vars/ch-sw0.yml | 41 |
1 files changed, 25 insertions, 16 deletions
diff --git a/inventory/host_vars/ch-sw0.yml b/inventory/host_vars/ch-sw0.yml index 7a978361..90c06dba 100644 --- a/inventory/host_vars/ch-sw0.yml +++ b/inventory/host_vars/ch-sw0.yml @@ -33,32 +33,41 @@ switch_interfaces_yaml: | - {{ network_zones.lan.vlan }} - {{ network_zones.iot.vlan }} - - spec: range Gi1/0/19-22 - vlan: {{ network_zones.iot.vlan }} - - - spec: Gi1/0/23 - vlan: {{ network_zones.svc.vlan }} - - - spec: Gi1/0/24 - vlan: {{ network_zones.magenta.vlan }} - - - spec: Gi1/0/25 + - spec: Gi1/0/19 + description: "phoebe-eno1" switchport_mode: general tagged_only: true allowed_vlans_tagged: - {{ network_zones.lan.vlan }} - - {{ network_zones.svc.vlan }} - - spec: Gi1/0/26 + - spec: Gi1/0/20 + description: "phoebe-eno2" switchport_mode: general tagged_only: true allowed_vlans_tagged: - - {{ network_zones.magenta.vlan }} - - spec: Gi1/0/27 + - {{ network_zones.svc.vlan }} + - spec: Gi1/0/21 + description: "phoebe-eno3" switchport_mode: general tagged_only: true allowed_vlans_tagged: - - {{ network_zones.mgmt.vlan }} - {{ network_zones.iot.vlan }} + - {{ network_zones.mgmt.vlan }} + - spec: Gi1/0/22 + description: "phoebe-eno4" + switchport_mode: general + tagged_only: true + allowed_vlans_tagged: + - {{ network_zones.magenta.vlan }} + + - spec: Gi1/0/23 + vlan: {{ network_zones.svc.vlan }} + + - spec: Gi1/0/24 + description: "magenta-modem" + vlan: {{ network_zones.magenta.vlan }} + + - spec: range Gi1/0/25-26 + vlan: {{ network_zones.iot.vlan }} - - spec: Gi1/0/28 + - spec: range Gi1/0/27-28 vlan: {{ network_zones.mgmt.vlan }} |