summaryrefslogtreecommitdiff
path: root/inventory/group_vars
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-07-13 16:40:27 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-07-13 16:40:27 +0200
commit6f00ba1fbf898b41789fd2e1c4313fa3e32fb629 (patch)
tree9f5013c5b9dea4f292e4fea8883413896a843e81 /inventory/group_vars
parentfix ele-router-emc (diff)
ele-ap: go back to HT20 and spread out wifi channels
Diffstat (limited to 'inventory/group_vars')
-rw-r--r--inventory/group_vars/ele-ap/vars.yml6
1 files changed, 5 insertions, 1 deletions
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 }}"