dellemc.os9/roles/os9_prefix_list/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

33 lines
No EOL
782 B
YAML

---
# vars file for dellemc.os9.os9_prefix_list,
# below gives a sample configuration
# Sample variables for OS9 device
os9_prefix_list:
- type: ipv4
name: spine-leaf
description: Redistribute loopback and leaf networks
entries:
- number: 5
permit: true
net_num: 10.0.0.0
mask: 23
condition_list:
- condition: ge
prelen: 32
- number: 10
permit: true
net_num: 10.0.0.0
mask: 8
condition_list:
- condition: ge
prelen: 26
- number: 19
permit: true
net_num: 20.0.0.0
mask: 16
condition_list:
- condition: ge
prelen: 17
- condition: le
prelen: 18
state: present