summaryrefslogtreecommitdiff
path: root/inventory/group_vars/chaos-at-home-ap
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-10-01 13:51:00 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-10-01 13:51:00 +0200
commit4150a0de644085e928cdbd5a2c08cc74f6f5caf6 (patch)
tree278c235686bc9b036c6d69a261cb6f2ab9a3b354 /inventory/group_vars/chaos-at-home-ap
parentadd temporary test for radio helsinki (diff)
accesspoint upgrade to openwrt 21.02
Diffstat (limited to 'inventory/group_vars/chaos-at-home-ap')
-rw-r--r--inventory/group_vars/chaos-at-home-ap/vars.yml38
1 files changed, 0 insertions, 38 deletions
diff --git a/inventory/group_vars/chaos-at-home-ap/vars.yml b/inventory/group_vars/chaos-at-home-ap/vars.yml
index 97a03367..05f564c6 100644
--- a/inventory/group_vars/chaos-at-home-ap/vars.yml
+++ b/inventory/group_vars/chaos-at-home-ap/vars.yml
@@ -12,41 +12,3 @@ accesspoint_wifi_channels:
accesspoint_zones:
lan: "{{ network_zones.lan.wifi }}"
iot: "{{ network_zones.iot.wifi }}"
-
-
-accesspoint_network_zones: "{{ accesspoint_network_zones_yaml | from_yaml }}"
-accesspoint_network_zones_yaml: |
- {% for zone_name in accesspoint_zones.keys() %}
- - name: "interface '{{ zone_name }}'"
- options:
- type: bridge
- ifname: "{{ accesspoint_wired_interface }}.{{ network_zones[zone_name].vlan }}"
- accept_ra: 0
- proto: none
- {% endfor %}
-
-
-## TODO: set up 802.11r see:
-## * https://www.reddit.com/r/openwrt/comments/515oea/finally_got_80211r_roaming_working/
-## * https://gist.github.com/lg/998d3e908d547bd9972a6bb604df377b
-accesspoint_wireless_ifaces: "{{ accesspoint_wireless_ifaces_yaml | from_yaml }}"
-accesspoint_wireless_ifaces_yaml: |
- {% for zone in accesspoint_zones.keys() %}
- {% for freq in accesspoint_wireless_frequencies %}
- - name: wifi-iface '{{ zone }}{{ freq }}'
- options:
- device: 'radio{{ freq }}'
- network: '{{ zone }}'
- mode: 'ap'
- disassoc_low_ack: '1'
- rsn_preauth: '1'
- ssid: '{{ accesspoint_zones[zone].ssid }}'
- encryption: '{{ accesspoint_zones[zone].encryption }}'
- key: '{{ accesspoint_zones[zone].key }}'
- {% endfor %}
- {% endfor %}
-
-
-prometheus_scrape_endpoint: "{{ network_mgmt_zone.prefix | ipaddr(network_mgmt_zone.offsets[inventory_hostname]) | ipaddr('address') }}:9100"
-prometheus_exporters_default:
- - openwrt