mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00: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:
committed by
Nathaniel Case
parent
af9396841e
commit
3d46258cff
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user