summaryrefslogtreecommitdiff
path: root/inventory/group_vars/chaos-at-home-ap/vars.yml
blob: 1317bfa12c8c4da7baa5399ffbab144aa3f42b45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
network_mgmt_zone: "{{ network_zones.mgmt }}"

accesspoint_wifi_channels:
  2g4:
    ch-ap0: 2
    ch-ap1: 10
  5g:
    ch-ap0: 36
    ch-ap1: 48

accesspoint_zones:
  lan: "{{ network_zones.lan.wifi }}"
  iot: "{{ network_zones.iot.wifi }}"


prometheus_scrape_endpoint: "{{ network_mgmt_zone.prefix | ipaddr(network_mgmt_zone.offsets[inventory_hostname]) | ipaddr('address') }}:9100"
prometheus_exporters_default:
  - openwrt