Initial commit

This commit is contained in:
2024-10-30 01:50:38 +01:00
commit 587ca23374
147 changed files with 7521 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
device_ip_address: "10.22.99.2"
device_hostname: "ap-frystak"
wireless_devices:
- id: "{{ device_2g_radio }}"
channel: "1"
network_devices:
- id: "@device[0]"
name: "br-vlan128"
state: "present"
type: "bridge"
ports: ["{{ device_bridge_port }}"]
- id: "@device[1]"
name: "br-vlan136"
state: "present"
type: "bridge"
ports: ["{{ device_bridge_port }}.136"]
- id: "@device[2]"
name: "br-vlan144"
state: "present"
type: "bridge"
ports: ["{{ device_bridge_port }}.144"]
- id: "@device[3]"
name: "br-free"
state: "present"
type: "bridge"
ports: ["{{ device_bridge_port }}.152"]
- id: "@device[4]"
name: "br-oldaurora"
state: "present"
type: "bridge"
ports: ["{{ device_bridge_port }}"]