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

35 lines
No EOL
838 B
YAML

---
# vars file for dellemc.os9.os9_sflow,
# below gives a sample configuration
# Sample variables for OS9 device
os9_sflow:
sflow: true
collector:
- collector_ip: 1.1.1.1
agent_addr: 2.2.2.2
udp_port:
max_datagram_size: 1000
vrf: true
state: present
- collector_ip: 2.2.2.2
agent_addr: 2.2.2.2
udp_port: 3
max_datagram_size: 1002
vrf: test
state: absent
polling_interval: 24
sample_rate: 256
extended_switch: true
max_header_size: true
fortyGigE 1/1:
sflow: true
ingress_enable: true
polling_interval: 30
sample_rate: 1024
max_header_size: true
fortyGigE 1/2:
sflow: true
ingress_enable: true
polling_interval: 20
sample_rate: 256
max_header_size: true