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