mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 07:01:22 -07:00
enable_netconf_support_on_dellos10 (#44816)
This commit is contained in:
parent
25563dc7cf
commit
3601c74971
1 changed files with 1 additions and 0 deletions
|
@ -201,6 +201,7 @@ logging.getLogger('ncclient').setLevel(logging.INFO)
|
||||||
NETWORK_OS_DEVICE_PARAM_MAP = {
|
NETWORK_OS_DEVICE_PARAM_MAP = {
|
||||||
"nxos": "nexus",
|
"nxos": "nexus",
|
||||||
"ios": "default",
|
"ios": "default",
|
||||||
|
"dellos10": "default",
|
||||||
"sros": "alu",
|
"sros": "alu",
|
||||||
"ce": "huawei"
|
"ce": "huawei"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue