2022: add archers
This commit is contained in:
parent
b167cd316f
commit
1a17ab02e4
5
Rakefile
5
Rakefile
|
@ -58,8 +58,9 @@ task :ap, [:name] do |t, args|
|
||||||
end
|
end
|
||||||
|
|
||||||
task :all do
|
task :all do
|
||||||
aps = %W(ap-ws-ws1 ap-ws-ws2) # Workshops
|
aps = %W(ap-ws-ws1 ap-ws-ws2) # Workshops, linksys
|
||||||
aps += %W(ap-cf-srv ap-cf-f-l ap-cf-f-r ap-cf-a-2 ap-cf-b ap-cf-ws) # top floor
|
aps += %W(ap-cf-srv ap-cf-f-l ap-cf-f-r ap-cf-a-2 ap-cf-b ap-cf-ws) # top floor, dap
|
||||||
|
aps += %W(ap-cf-tr ap-cf-sc) # top floor, c5
|
||||||
|
|
||||||
aps.each do |ap|
|
aps.each do |ap|
|
||||||
Rake::Task["ap"].reenable
|
Rake::Task["ap"].reenable
|
||||||
|
|
|
@ -177,6 +177,51 @@ configurations:
|
||||||
- dap2965
|
- dap2965
|
||||||
- dap2965-single-trunk
|
- dap2965-single-trunk
|
||||||
|
|
||||||
|
ap-cf-tr:
|
||||||
|
config: archer-c5
|
||||||
|
ip: 10.20.0.56
|
||||||
|
wlans:
|
||||||
|
0:
|
||||||
|
bssid: 0e:50:00:11:00:56
|
||||||
|
channel: 108
|
||||||
|
txpower: 22
|
||||||
|
1:
|
||||||
|
bssid: 0e:24:00:11:00:56
|
||||||
|
channel: 1
|
||||||
|
txpower: 10
|
||||||
|
2:
|
||||||
|
bssid: 0e:50:ff:11:00:56
|
||||||
|
key: REPLACETHIS
|
||||||
|
3:
|
||||||
|
bssid: 0e:24:ff:11:00:56
|
||||||
|
key: REPLACETHIS
|
||||||
|
mixins:
|
||||||
|
- all
|
||||||
|
- archer-c5
|
||||||
|
- archer-c5-single-trunk
|
||||||
|
|
||||||
|
ap-cf-sc:
|
||||||
|
config: archer-c5
|
||||||
|
ip: 10.20.0.57
|
||||||
|
wlans:
|
||||||
|
0:
|
||||||
|
bssid: 0e:50:00:11:00:57
|
||||||
|
channel: 44
|
||||||
|
txpower: 22
|
||||||
|
1:
|
||||||
|
bssid: 0e:24:00:11:00:57
|
||||||
|
channel: 5
|
||||||
|
txpower: 10
|
||||||
|
2:
|
||||||
|
bssid: 0e:50:ff:11:00:57
|
||||||
|
key: REPLACETHIS
|
||||||
|
3:
|
||||||
|
bssid: 0e:24:ff:11:00:57
|
||||||
|
key: REPLACETHIS
|
||||||
|
mixins:
|
||||||
|
- all
|
||||||
|
- archer-c5
|
||||||
|
- archer-c5-single-trunk
|
||||||
|
|
||||||
# lower floor
|
# lower floor
|
||||||
ap-ws-ws1:
|
ap-ws-ws1:
|
||||||
|
|
Loading…
Reference in New Issue