ansible/test/integration/targets/ios_lacp/vars/main.yaml

37 lines
426 B
YAML
Raw Normal View History

---
merged:
before:
system:
priority: 32768
commands:
- "lacp system-priority 10"
after:
- system:
priority: 10
replaced:
before:
system:
priority: 500
commands:
- "lacp system-priority 20"
after:
system:
priority: 20
deleted:
before:
system:
priority: 500
commands:
- "no lacp system-priority"
after:
system:
priority: 32768