mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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 = {
|
||||
"nxos": "nexus",
|
||||
"ios": "default",
|
||||
"dellos10": "default",
|
||||
"sros": "alu",
|
||||
"ce": "huawei"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue