mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Refactor/fix nxos_nxapi to use show run (#28675)
* Refactor/fix nxos_nxapi to use show run * Fix unit tests * Python 3 compatibility
This commit is contained in:
parent
af9396841e
commit
3d46258cff
11 changed files with 45 additions and 24 deletions
|
@ -1,2 +0,0 @@
|
|||
nxapi enabled
|
||||
HTTP Listen on port 80
|
|
@ -0,0 +1,2 @@
|
|||
feature nxapi
|
||||
nxapi http port 80
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
NX-API: Enabled Sandbox: Disabled
|
||||
HTTP Port: 80 HTTPS Port: Disabled
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
feature nxapi
|
||||
nxapi http port 80
|
||||
no nxapi https
|
||||
no nxapi sandbox
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue