mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-05 07:54:00 -07:00
Add cli and netconf ability from ansible itself for cloudengine ce modules (#41357)
* for shippable for shippable * add cliconf * add network_cli * add cliconf and network cli and netconf * modify bugs of netconf * add shippable modify * update shippable update shippable
This commit is contained in:
parent
79dd206b3e
commit
d90d8e7f99
5 changed files with 400 additions and 156 deletions
|
@ -160,7 +160,8 @@ logging.getLogger('ncclient').setLevel(logging.INFO)
|
|||
NETWORK_OS_DEVICE_PARAM_MAP = {
|
||||
"nxos": "nexus",
|
||||
"ios": "default",
|
||||
"sros": "alu"
|
||||
"sros": "alu",
|
||||
"ce": "huawei"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue