From ea8d404676aaae68856ae82f0b2f01e230c39289 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 22 Jun 2019 02:52:11 +0200 Subject: dellos: basic vlan management --- inventory/group_vars/chaos_at_home_switches/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'inventory/group_vars/chaos_at_home_switches') diff --git a/inventory/group_vars/chaos_at_home_switches/main.yml b/inventory/group_vars/chaos_at_home_switches/main.yml index 676f87d8..df166186 100644 --- a/inventory/group_vars/chaos_at_home_switches/main.yml +++ b/inventory/group_vars/chaos_at_home_switches/main.yml @@ -1,3 +1,5 @@ --- -network_mgmt_zone: "{{ network_zones.mgmt }}" -network_mgmt_interface: "Gi1/0/28" +switch_mgmt_zone: "{{ network_zones.mgmt }}" +switch_mgmt_interface: "Gi1/0/28" + +switch_network_zones: "{{ network_zones }}" -- cgit v1.2.3