feat: Add host: ap3825i1.lan
YES, believe it or not, I can now configure mesh nodes with this playbook. It's nervewracking, but you better believe it works.
This commit is contained in:
parent
df4fd21984
commit
50ba10ad0e
@ -19,6 +19,47 @@ templates:
|
||||
|
||||
openwrt:
|
||||
hosts:
|
||||
ap3825i1.lan:
|
||||
packages:
|
||||
ath10k: *package_ath10k_mesh
|
||||
wpad: *package_wpad_mesh
|
||||
|
||||
network:
|
||||
device:
|
||||
- name: br-lan
|
||||
type: bridge
|
||||
ports:
|
||||
- eth0
|
||||
- eth1
|
||||
stp: 1
|
||||
|
||||
interface:
|
||||
- key: lan
|
||||
device: br-lan
|
||||
proto: dhcp
|
||||
|
||||
wireless:
|
||||
wifi_device:
|
||||
- name: radio0
|
||||
path: ffe0a000.pcie/pcia000:02/a000:02:00.0/a000:03:00.0
|
||||
template: qca9880_5
|
||||
channel: 48
|
||||
|
||||
- name: radio1
|
||||
path: ffe09000.pcie/pci9000:00/9000:00:00.0/9000:01:00.0
|
||||
template: ath9k_2
|
||||
channel: 11
|
||||
|
||||
wifi_iface:
|
||||
- ifname: labbmesh5
|
||||
device: radio0
|
||||
template: labbmesh
|
||||
disabled: 0
|
||||
|
||||
- ifname: labb2
|
||||
device: radio1
|
||||
template: labb
|
||||
|
||||
ap3825i2.lan:
|
||||
packages:
|
||||
ath10k: *package_ath10k_mesh
|
||||
|
Loading…
Reference in New Issue
Block a user