* adding OS9 ansible collections * adding OS9 collections Co-authored-by: Patil <Komal_uttamrao_Patil@Dell.com>
15 lines
No EOL
362 B
YAML
15 lines
No EOL
362 B
YAML
---
|
|
# vars file for dellemc.os9.os9_vrf,
|
|
# below gives a sample configuration
|
|
# Sample variables for OS9 device
|
|
os9_vrf:
|
|
vrfdetails:
|
|
- vrf_id: 23
|
|
vrf_name: VRFi-KEEPALIVE
|
|
description: test
|
|
state: absent
|
|
tagged_portname:
|
|
- port: fortyGigE 1/7
|
|
state: absent
|
|
- port: fortyGigE 1/8
|
|
state: absent |