2019-08-14 13:38:22 +05:30
|
|
|
---
|
2019-12-13 07:36:21 -05:00
|
|
|
|
|
|
|
- name: Set system defaults for switchports
|
|
|
|
nxos_config:
|
|
|
|
lines: |
|
|
|
|
no system default switchport
|
|
|
|
system default switchport shutdown
|
|
|
|
|
2019-08-14 13:38:22 +05:30
|
|
|
- { include: cli.yaml, tags: ['cli'] }
|