mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
* Refactoring of cnos_interface module like what followed by other vendors * To remove cnos-interface from E326 validation ignore list * Effect of default parameters impacted UT
10 lines
136 B
YAML
10 lines
136 B
YAML
---
|
|
cli:
|
|
host: "{{ inventory_hostname }}"
|
|
port: 22
|
|
username: admin
|
|
password: admin
|
|
timeout: 30
|
|
authorize: True
|
|
auth_pass:
|