Skip to content

Commit a504cfe

Browse files
authored
feat: Add Ansible mapping for Nokia SrOS (#102)
Co-authored-by: Justin Drew <jdrew82@users.noreply.github.com>
1 parent b63174b commit a504cfe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

netutils/lib_mapper.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@
170170
"community.network.routeros": "mikrotik_routeros",
171171
"community.network.netvisor": "pluribus",
172172
"community.network.icx": "ruckus_icx",
173+
"community.network.sros": "nokia_sros",
173174
"vyos.vyos.vyos": "vyos",
174175
}
175176

@@ -240,6 +241,7 @@
240241
"lenovo_cnos": "community.network.cnos",
241242
"lenovo_enos": "community.network.enos",
242243
"mikrotik_routeros": "community.network.routeros",
244+
"nokia_sros": "community.network.sros",
243245
"pluribus": "community.network.netvisor",
244246
"ruckus_icx": "community.network.icx",
245247
"vyos": "vyos.vyos.vyos",

0 commit comments

Comments
 (0)