mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00: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:
committed by
Ganesh Nalawade
parent
79dd206b3e
commit
d90d8e7f99
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user