* adding OS9 ansible collections * adding OS9 collections Co-authored-by: Patil <Komal_uttamrao_Patil@Dell.com>
20 lines
No EOL
529 B
YAML
20 lines
No EOL
529 B
YAML
---
|
|
# vars file for dellemc.os9.os9_vlan,
|
|
# below gives a example configuration
|
|
# Sample variables for OS9 device
|
|
os9_vlan:
|
|
default_vlan: true
|
|
vlan 100:
|
|
name: "Blue Network"
|
|
description: "Interface-vlan"
|
|
tagged_members:
|
|
- port: fortyGigE 1/2
|
|
state: present
|
|
- port: fortyGigE 1/11
|
|
state: present
|
|
untagged_members:
|
|
- port: fortyGigE 1/3
|
|
state: present
|
|
- port: fortyGigE 1/10
|
|
state: present
|
|
state: present |