diff options
author | Christian Pointner <equinox@spreadspace.org> | 2020-02-27 23:22:04 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2020-02-27 23:22:04 +0100 |
commit | 08e23e41e008c3cab51c8a550e85e00578b69a26 (patch) | |
tree | a601996c72895e67e9eff523ab5b7cfd2335a510 | |
parent | ele-tub is now a nanobrige m5 (diff) |
fix ele-tub config
-rw-r--r-- | dan/host_vars/ele-tub.yml | 8 | ||||
-rw-r--r-- | inventory/host_vars/ele-tub.yml | 11 |
2 files changed, 15 insertions, 4 deletions
diff --git a/dan/host_vars/ele-tub.yml b/dan/host_vars/ele-tub.yml new file mode 100644 index 00000000..7572e06c --- /dev/null +++ b/dan/host_vars/ele-tub.yml @@ -0,0 +1,8 @@ +$ANSIBLE_VAULT;1.2;AES256;dan +34613530333863316463333336613034343333376262373138643461373739333261353565333539 +3531653366633736343436643639396435396134316662340a643239363433353438356539373439 +39373839393663353036353131653331653737616365306266393538366564633064326537393261 +3334653866363263370a383838323535623362343666376366336638323536626235316535376466 +39393132626135306330613835343464386430613137323331653864633136623963346662373866 +30336465303634326265316134363365643734313962623163343137373337396630623533336537 +376534303937663361346538306531653262 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: |