summaryrefslogtreecommitdiff
path: root/inventory/host_vars
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-07-27 20:33:18 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-07-27 20:33:18 +0200
commit97cf004cd4320f0ff5698faa5588989be56a29af (patch)
treea9f0fa777fab0b52bef34db1c62a2133835421b0 /inventory/host_vars
parentele-dione: enable modesetting to have /dev/dri for harware video encode (diff)
add ch-ap2
Diffstat (limited to 'inventory/host_vars')
-rw-r--r--inventory/host_vars/ch-ap2.yml11
-rw-r--r--inventory/host_vars/ch-sw1.yml11
2 files changed, 21 insertions, 1 deletions
diff --git a/inventory/host_vars/ch-ap2.yml b/inventory/host_vars/ch-ap2.yml
new file mode 100644
index 00000000..0ad28a8d
--- /dev/null
+++ b/inventory/host_vars/ch-ap2.yml
@@ -0,0 +1,11 @@
+---
+accesspoint_wireless_frequency_bands:
+ - 5g
+
+accesspoint_wifi_device_htmode:
+ 5g: "HT20"
+
+accesspoint_wireless_device_paths:
+ 5g: "platform/ahb/18100000.wmac"
+
+openwrt_profile: ubnt_nanostation-loco-m-xw
diff --git a/inventory/host_vars/ch-sw1.yml b/inventory/host_vars/ch-sw1.yml
index 8f2945fc..ad7b6372 100644
--- a/inventory/host_vars/ch-sw1.yml
+++ b/inventory/host_vars/ch-sw1.yml
@@ -24,9 +24,18 @@ switch_interfaces_yaml: |
tagged_only: yes
allowed_vlans_tagged: {{ network_zones | list | difference(['lan']) | map('extract', network_zones) | map(attribute='vlan') | list }}
- - spec: range Gi1/0/7-16
+ - spec: range Gi1/0/7-14
vlan: {{ network_zones.lan.vlan }}
+ - spec: range Gi1/0/15-16
+ description: "ap"
+ switchport_mode: general
+ tagged_only: true
+ allowed_vlans_tagged:
+ - {{ network_zones.mgmt.vlan }}
+ - {{ network_zones.lan.vlan }}
+ - {{ network_zones.iot.vlan }}
+
- spec: range Gi1/0/17-22
vlan: {{ network_zones.iot.vlan }}