ansible/test/integration/targets/ios_lldp_global/vars/main.yaml
Sumit Jaiswal 35d457a14f
Resource module for ios_lldp_global (#60506)
* ios_lldp_global model

* final fix for lldp_global

* fix shippable n reviews

* fix reviews
2019-08-21 23:02:25 +05:30

47 lines
622 B
YAML

---
merged:
before: {}
commands:
- "lldp holdtime 10"
- "lldp run"
- "lldp timer 20"
- "lldp reinit 3"
after:
timer: 20
holdtime: 10
reinit: 3
enable: True
replaced:
before:
timer: 100
holdtime: 10
reinit: 3
enable: 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
enable: True
commands:
- "no lldp holdtime"
- "no lldp run"
- "no lldp timer"
- "no lldp reinit"
after: {}