summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ele-orpheum.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-01-01 18:03:33 +0100
committerChristian Pointner <equinox@spreadspace.org>2022-01-01 18:03:33 +0100
commit44d19e291610373de73b7140fb853b494be6cf18 (patch)
treec0bd5814bccfeea2bd3f6c3bc1087fceac963c68 /inventory/host_vars/ele-orpheum.yml
parentconvert some more openwrt hosts to new image generation mechanism (diff)
convert all remaining openwrt hosts to new image generation
Diffstat (limited to 'inventory/host_vars/ele-orpheum.yml')
-rw-r--r--inventory/host_vars/ele-orpheum.yml16
1 files changed, 6 insertions, 10 deletions
diff --git a/inventory/host_vars/ele-orpheum.yml b/inventory/host_vars/ele-orpheum.yml
index c6d25b4d..9c4a02df 100644
--- a/inventory/host_vars/ele-orpheum.yml
+++ b/inventory/host_vars/ele-orpheum.yml
@@ -1,13 +1,9 @@
---
-install_playbook: openwrt
-
-openwrt_variant: openwrt
-openwrt_release: 19.07.1
openwrt_arch: x86
openwrt_target: geode
-openwrt_profile: Generic
+openwrt_profile: generic
openwrt_output_image_suffixes:
- - "combined-ext4.img.gz"
+ - "{{ openwrt_profile }}-ext4-combined.img.gz"
openwrt_packages_remove:
- ppp
@@ -78,24 +74,24 @@ openwrt_uci:
- name: interface 'loopback'
options:
- ifname: lo
+ device: lo
proto: static
ipaddr: 127.0.0.1
netmask: 255.0.0.0
- name: interface 'unused0'
options:
- ifname: eth0
+ device: eth0
proto: none
- name: interface 'unused1'
options:
- ifname: eth1
+ device: eth1
proto: none
- name: interface 'lan'
options:
- ifname: eth2
+ device: eth2
proto: static
ipaddr: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets[inventory_hostname]) | ipaddr('address') }}"
netmask: "{{ network_zones.lan.prefix | ipaddr('netmask') }}"