summaryrefslogtreecommitdiff
path: root/inventory/group_vars/chaos-at-home-ap/vars.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-09-25 16:52:39 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-09-25 16:52:39 +0200
commite8e7b6330c1c1eddeb00575f74328f5c4f306589 (patch)
treecf5fcd126ed06d20d279c56b68de3da6afb259f2 /inventory/group_vars/chaos-at-home-ap/vars.yml
parentfinalize ch-mc* setups for now (diff)
parentaccesspoints/usteer: band steering works now (diff)
Merge branch 'topic/wifi-roaming'
Diffstat (limited to 'inventory/group_vars/chaos-at-home-ap/vars.yml')
-rw-r--r--inventory/group_vars/chaos-at-home-ap/vars.yml18
1 files changed, 15 insertions, 3 deletions
diff --git a/inventory/group_vars/chaos-at-home-ap/vars.yml b/inventory/group_vars/chaos-at-home-ap/vars.yml
index 83925639..af4773f4 100644
--- a/inventory/group_vars/chaos-at-home-ap/vars.yml
+++ b/inventory/group_vars/chaos-at-home-ap/vars.yml
@@ -1,6 +1,11 @@
---
network_mgmt_zone: "{{ network_zones.mgmt }}"
+accesspoint_zones:
+ lan: "{{ network_zones.lan.wifi }}"
+ iot: "{{ network_zones.iot.wifi }}"
+
+
accesspoint_wifi_channels:
2g:
ch-ap0: 1
@@ -10,9 +15,16 @@ accesspoint_wifi_channels:
ch-ap1: 48
ch-ap2: 40
-accesspoint_zones:
- lan: "{{ network_zones.lan.wifi }}"
- iot: "{{ network_zones.iot.wifi }}"
+accesspoint_80211r:
+ mobility_domain_base: 0xca00
+
+accesspoint_band_steering:
+ kind: usteer
+ zones: "{{ accesspoint_zones | list }}"
+
+
+accesspoint_ntp_servers:
+ - '{{ network_zones.mgmt.prefix | ansible.utils.ipaddr(network_zones.mgmt.offsets["ch-router"]) | ansible.utils.ipaddr("address") }}'
prometheus_scrape_endpoint: "{{ network_mgmt_zone.prefix | ansible.utils.ipaddr(network_mgmt_zone.offsets[inventory_hostname]) | ansible.utils.ipaddr('address') }}:9100"