From 56bbfc2e94bd20b289117f89aa2221efb263eaa8 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 6 Jan 2019 02:07:51 +0100 Subject: added management port in elevate router config --- inventory/host_vars/ele-router.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inventory/host_vars/ele-router.yml') diff --git a/inventory/host_vars/ele-router.yml b/inventory/host_vars/ele-router.yml index 753d16b4..c81e0b1d 100644 --- a/inventory/host_vars/ele-router.yml +++ b/inventory/host_vars/ele-router.yml @@ -13,7 +13,7 @@ openwrt_network_external: options: device: 'switch0' vlan: '{{ network_wan_zone.vlan }}' - ports: '1 2 3 4 6t' + ports: '2 3 4 6t' - name: interface 'wan' options: @@ -66,7 +66,7 @@ openwrt_network_base: options: device: 'switch0' vlan: '{{ network_mgmt_zone.vlan }}' - ports: '0t 6t' + ports: '0t 1 6t' - name: interface 'mgmt' options: -- cgit v1.2.3