summaryrefslogtreecommitdiff
path: root/inventory/host_vars
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-01-22 23:00:00 +0100
committerChristian Pointner <equinox@spreadspace.org>2019-01-22 23:00:00 +0100
commit40cd1c17fd4d3a2e40406e81ce5ee1015dab892b (patch)
tree31e5b05c85c115989e2b9cda2e459fedfdf7a17b /inventory/host_vars
parentfix idempotence (diff)
renumbered citiycom vlan ids
Diffstat (limited to 'inventory/host_vars')
-rw-r--r--inventory/host_vars/ele-router.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/inventory/host_vars/ele-router.yml b/inventory/host_vars/ele-router.yml
index a4bcd4ce..6a3a906e 100644
--- a/inventory/host_vars/ele-router.yml
+++ b/inventory/host_vars/ele-router.yml
@@ -1,5 +1,5 @@
---
-network_wan_zone: "{{ network_zones.dom }}"
+network_wan_zone: "{{ network_zones.ccinet }}"
network_mgmt_zone: "{{ network_zones.mgmt }}"
network_internal_zone_names:
- lan
@@ -12,14 +12,14 @@ openwrt_network_external:
- name: switch_vlan
options:
device: 'switch0'
- ## for some reason vlan-id 91 does not work. why??
+ ## for some reason vlan-id 128 does not work. why??
# vlan: '{{ network_wan_zone.vlan }}'
vlan: '1'
ports: '2 3 4 6t'
- name: interface 'wan'
options:
- ## for some reason vlan-id 91 does not work. why??
+ ## for some reason vlan-id 128 does not work. why??
# ifname: 'eth0.{{ network_wan_zone.vlan }}'
ifname: 'eth0.1'
proto: dhcp