You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/ios_lldp_global/vars/main.yaml

48 lines
625 B
YAML

---
merged:
before: {}
commands:
- "lldp holdtime 10"
- "lldp run"
- "lldp timer 20"
- "lldp reinit 3"
after:
timer: 20
holdtime: 10
reinit: 3
enabled: True
replaced:
before:
timer: 100
holdtime: 10
reinit: 3
enabled: True
commands:
- "no lldp run"
- "no lldp timer"
- "lldp holdtime 20"
- "lldp reinit 5"
after:
holdtime: 10
reinit: 3
deleted:
before:
timer: 100
holdtime: 10
reinit: 3
enabled: True
commands:
- "no lldp holdtime"
- "no lldp run"
- "no lldp timer"
- "no lldp reinit"
after: {}