From 08e23e41e008c3cab51c8a550e85e00578b69a26 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 27 Feb 2020 23:22:04 +0100 Subject: fix ele-tub config --- inventory/host_vars/ele-tub.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'inventory/host_vars/ele-tub.yml') diff --git a/inventory/host_vars/ele-tub.yml b/inventory/host_vars/ele-tub.yml index 7f9db1dc..1f405dc8 100644 --- a/inventory/host_vars/ele-tub.yml +++ b/inventory/host_vars/ele-tub.yml @@ -13,7 +13,9 @@ openwrt_packages_remove: - firewall - dnsmasq - odhcpd-ipv6only + - wpad-basic openwrt_packages_add: + - wpad-mini - haveged - htop - ip @@ -94,10 +96,10 @@ openwrt_uci: hwmode: '11a' path: 'pci0000:00/0000:00:00.0' country: 'AT' - htmode: 'HT40' + htmode: 'HT40-' legacy_rates: '0' - channel: '140' - distance: '1000' + channel: '136' + distance: '1300' txpower: '5' - name: wifi-iface 'wifi0' @@ -106,7 +108,8 @@ openwrt_uci: mode: 'ap' network: 'wifi' ssid: 'uplink.elev8.at' - encryption: 'none' + encryption: 'psk2' + key: "{{ vault_uplink_wifi_key }}" isolate: '1' olsrd: -- cgit v1.2.3