summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-sw0.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-12-28 10:27:23 +0100
committerChristian Pointner <equinox@spreadspace.org>2021-12-28 10:27:23 +0100
commit55d87ecd459ad550069cf5f5473379ae9c3a0b8e (patch)
tree600ff74ae7330590afb87fb2b8a1909ef1022778 /inventory/host_vars/ch-sw0.yml
parentadd signing key for next openbsd release (diff)
parentadd testvm for phoebe and fix switch port configs (diff)
Merge branch 'topic/revamp-vmguest-roles'
Diffstat (limited to 'inventory/host_vars/ch-sw0.yml')
-rw-r--r--inventory/host_vars/ch-sw0.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/inventory/host_vars/ch-sw0.yml b/inventory/host_vars/ch-sw0.yml
index f244c6c3..c914d3c4 100644
--- a/inventory/host_vars/ch-sw0.yml
+++ b/inventory/host_vars/ch-sw0.yml
@@ -35,23 +35,23 @@ switch_interfaces_yaml: |
- spec: Gi1/0/19
description: "phoebe-eno2"
- vlan: {{ network_zones.lan.vlan }}
+ vlan: {{ network_zones.svc.vlan }}
- spec: Gi1/0/20
description: "phoebe-eno1"
- vlan: {{ network_zones.svc.vlan }}
+ vlan: {{ network_zones.lan.vlan }}
- spec: Gi1/0/21
description: "phoebe-eno4"
switchport_mode: general
tagged_only: true
allowed_vlans_tagged:
- - {{ network_zones.iot.vlan }}
- - {{ network_zones.mgmt.vlan }}
+ - {{ network_zones.magenta.vlan }}
- spec: Gi1/0/22
description: "phoebe-eno3"
switchport_mode: general
tagged_only: true
allowed_vlans_tagged:
- - {{ network_zones.magenta.vlan }}
+ - {{ network_zones.iot.vlan }}
+ - {{ network_zones.mgmt.vlan }}
- spec: Gi1/0/23
vlan: {{ network_zones.svc.vlan }}