2f46f8f944
* Support for network_cli plugin and tests * Fixed ansible-test * issues * Fixed Pylint warning * Fixed the sanity test errors * Fix YAMLlinter issue - removed blank spaces * Fixed Python 3 failures * Fixed the PEP8 issue * Fix sanity --test validate-modules * Reverted the changes to the doc fragments
6 lines
169 B
YAML
Executable file
6 lines
169 B
YAML
Executable file
---
|
|
cli:
|
|
host: "{{ ansible_host }}"
|
|
username: "{{ dellos10_cli_user | default('admin') }}"
|
|
password: "{{ dellos10_cli_pass | default('admin') }}"
|
|
transport: cli
|