summaryrefslogtreecommitdiff
path: root/inventory/group_vars/chaos-at-home-ap/vars.yml
diff options
context:
space:
mode:
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"