summaryrefslogtreecommitdiff
path: root/test/integration/group_vars/nxos.yaml
blob: 2c3f1a288dcc54c63f84b2fbfd26eea50d2ff2c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
cli:
  host: "{{ inventory_hostname }}"
  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') }}"
  transport: nxapi
  use_ssl: no