From 6f00ba1fbf898b41789fd2e1c4313fa3e32fb629 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 13 Jul 2022 16:40:27 +0200 Subject: ele-ap: go back to HT20 and spread out wifi channels --- inventory/group_vars/ele-ap/vars.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'inventory/group_vars') diff --git a/inventory/group_vars/ele-ap/vars.yml b/inventory/group_vars/ele-ap/vars.yml index d5e94a46..94034dbf 100644 --- a/inventory/group_vars/ele-ap/vars.yml +++ b/inventory/group_vars/ele-ap/vars.yml @@ -24,7 +24,7 @@ accesspoint_wifi_channels: ele-ap-hmtsaal0: 1 ele-ap-hmtsaal1: 13 ele-ap-hmtsaal2: 9 - ele-ap-hmtsaal3: 13 + ele-ap-hmtsaal3: 5 ele-ap-leslie0: 3 ele-ap-leslie1: 9 5g: @@ -49,6 +49,10 @@ accesspoint_wifi_channels: ele-ap-leslie0: 36 ele-ap-leslie1: 48 +accesspoint_wifi_device_htmode: + 2g: "HT20" + 5g: "HT20" + accesspoint_zones: lan: "{{ network_zones.lan.wifi }}" guest: "{{ network_zones.guest.wifi }}" -- cgit v1.2.3