diff --git a/test/integration/group_vars/nxos.yaml b/test/integration/group_vars/nxos.yaml index 2c3f1a288dc..26255585142 100644 --- a/test/integration/group_vars/nxos.yaml +++ b/test/integration/group_vars/nxos.yaml @@ -1,13 +1,13 @@ --- cli: - host: "{{ inventory_hostname }}" - username: "{{ nxos_cli_user | default('admin') }}" - password: "{{ nxos_cli_pass | default('admin') }}" + host: "{{ ansible_ssh_host }}" + #username: "{{ nxos_cli_user | default('admin') }}" + #password: "{{ nxos_cli_pass | default('admin') }}" transport: cli nxapi: - host: "{{ inventory_hostname }}" - username: "{{ nxos_nxapi_user | default('admin') }}" - password: "{{ nxos_nxapi_pass | default('admin') }}" + host: "{{ ansible_ssh_host }}" + #username: "{{ nxos_nxapi_user | default('admin') }}" + #password: "{{ nxos_nxapi_pass | default('admin') }}" transport: nxapi use_ssl: no