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_lacp/vars/main.yaml

37 lines
426 B
YAML

---
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