summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-03-06 23:21:16 +0100
committerChristian Pointner <equinox@spreadspace.org>2022-03-06 23:26:58 +0100
commite888b34a7a4fd649c8f903fdcbd94708e9e08d29 (patch)
tree180fe4035398545314f0e85e48a46201c54768d0
parentch-ap(0|1): upgraded to openwrt 21.02.2 and tune channels (diff)
ch-ap: switch to WPA2 only
-rw-r--r--inventory/group_vars/chaos-at-home/network.yml6
1 files 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