* adding OS9 ansible collections * adding OS9 collections Co-authored-by: Patil <Komal_uttamrao_Patil@Dell.com>
34 lines
No EOL
635 B
YAML
34 lines
No EOL
635 B
YAML
---
|
|
# vars file for dellemc.os9.os9_xstp,
|
|
# below gives a sample configuration
|
|
# Sample variables for OS9 device
|
|
os9_xstp:
|
|
type: rstp
|
|
enable: true
|
|
stp:
|
|
bridge_priority: 4096
|
|
state: present
|
|
|
|
rstp:
|
|
bridge_priority: 4096
|
|
state: present
|
|
|
|
pvst:
|
|
vlan:
|
|
- range_or_id: 10
|
|
bridge_priority: 4096
|
|
state: present
|
|
|
|
mstp:
|
|
mstp_instances:
|
|
- number: 1
|
|
vlans: 10,12
|
|
bridge_priority: 4096
|
|
vlans_state: present
|
|
state: present
|
|
intf:
|
|
fortyGigE 1/25:
|
|
stp_type:
|
|
- stp
|
|
- mstp
|
|
edge_port: true |