dellemc.os9/roles/os9_vlan/tests/main.os9.yaml
Komal Uttamrao Patil 90b090b021
OS9 Ansible Collections (#2)
* adding OS9 ansible collections

* adding OS9 collections

Co-authored-by: Patil <Komal_uttamrao_Patil@Dell.com>
2020-07-09 19:29:51 -07:00

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