From 8053a37963efd7c1e5a58656f7f1637a73564817 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 14 Feb 2023 19:47:33 +0100 Subject: ele-router-emc: switch to alix board --- inventory/host_vars/ele-router-emc.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'inventory/host_vars') 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 }}" -- cgit v1.2.3