mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
353 B
YAML
14 lines
353 B
YAML
8 years ago
|
---
|
||
|
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
|