summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ele-router-emc.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-02-14 19:47:33 +0100
committerChristian Pointner <equinox@spreadspace.org>2023-02-14 19:47:33 +0100
commit8053a37963efd7c1e5a58656f7f1637a73564817 (patch)
treeac89922fd13776b1557a2c5702f286487d4f0091 /inventory/host_vars/ele-router-emc.yml
parentsome minor tweaks (diff)
ele-router-emc: switch to alix board
Diffstat (limited to 'inventory/host_vars/ele-router-emc.yml')
-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 }}"