From e888b34a7a4fd649c8f903fdcbd94708e9e08d29 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 6 Mar 2022 23:21:16 +0100 Subject: ch-ap: switch to WPA2 only --- inventory/group_vars/chaos-at-home/network.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/inventory/group_vars/chaos-at-home/network.yml b/inventory/group_vars/chaos-at-home/network.yml index 9f54395c..cf8046f9 100644 --- a/inventory/group_vars/chaos-at-home/network.yml +++ b/inventory/group_vars/chaos-at-home/network.yml @@ -33,7 +33,8 @@ network_zones: ch-prometheus-legacy: 250 wifi: ssid: "chaos at home" - encryption: "sae-mixed" + #encryption: "sae-mixed" + encryption: "psk2" key: "{{ vault_wifi_keys.lan }}" iot: @@ -41,7 +42,8 @@ network_zones: prefix: 192.168.30.0/24 wifi: ssid: "stuff at home" - encryption: "sae-mixed" + #encryption: "sae-mixed" + encryption: "psk2" key: "{{ vault_wifi_keys.iot }}" offsets: ch-wled-test: 1 -- cgit v1.2.3