mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Set NXAPI port to 8080 (#28773)
This commit is contained in:
parent
5b21ef3e2c
commit
9a3f5bf1fc
1 changed files with 1 additions and 0 deletions
|
@ -11,3 +11,4 @@ nxapi:
|
||||||
#password: "{{ nxos_nxapi_pass | default('admin') }}"
|
#password: "{{ nxos_nxapi_pass | default('admin') }}"
|
||||||
transport: nxapi
|
transport: nxapi
|
||||||
use_ssl: no
|
use_ssl: no
|
||||||
|
port: 8080
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue