summaryrefslogtreecommitdiff
path: root/inventory/host_vars
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/host_vars')
-rw-r--r--inventory/host_vars/ele-router-emc.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/inventory/host_vars/ele-router-emc.yml b/inventory/host_vars/ele-router-emc.yml
index 62e05da5..ae933d1a 100644
--- a/inventory/host_vars/ele-router-emc.yml
+++ b/inventory/host_vars/ele-router-emc.yml
@@ -9,7 +9,7 @@ network_internal_zone_names:
openwrt_network_external:
- name: interface 'citycom'
options:
- device: 'eth5'
+ device: 'eth1'
proto: static
ipaddr: "{{ network_zones.cc_hmtsaal.prefix | ansible.utils.ipaddr(network_zones.cc_hmtsaal.offsets[inventory_hostname]) | ansible.utils.ipaddr('address') }}"
netmask: "{{ network_zones.cc_hmtsaal.prefix | ansible.utils.ipaddr('netmask') }}"
@@ -110,7 +110,7 @@ openwrt_dhcp_base:
openwrt_arch: x86
-openwrt_target: 64
+openwrt_target: geode
openwrt_profile: generic
openwrt_output_image_suffixes:
- "{{ openwrt_profile }}-ext4-combined.img.gz"
@@ -176,7 +176,7 @@ openwrt_mixin:
content: |
flush ruleset
- define nic_citycom = eth5
+ define nic_citycom = eth1
define ip_citycom = {{ network_zones.cc_hmtsaal.prefix | ansible.utils.ipaddr(network_zones.cc_hmtsaal.offsets[inventory_hostname]) | ansible.utils.ipaddr('address') }}
define nic_mgmt = "eth0.{{ network_mgmt_zone.vlan }}"