e0cc7b3415
* Docs Networking tests * Copy networking tests from test-network-modules * Networking transport settings - group_vars * Network playbooks * Debug should be off by default * Update nxos.yaml * Remove items from top level * Use dependencies, not pre-tasks * Remove trailing blank lines * Remove backup files * newlines
15 lines
367 B
YAML
15 lines
367 B
YAML
---
|
|
cli:
|
|
host: "{{ ansible_host }}"
|
|
username: "{{ eos_cli_user | default('admin') }}"
|
|
password: "{{ eos_cli_pass | default('admin') }}"
|
|
transport: cli
|
|
authorize: yes
|
|
|
|
eapi:
|
|
host: "{{ ansible_host }}"
|
|
username: "{{ eos_eapi_user | default('admin') }}"
|
|
password: "{{ eos_eapi_pass | default('admin') }}"
|
|
transport: eapi
|
|
use_ssl: no
|
|
authorize: yes
|