community.general/lib/ansible/plugins/terminal
Egor Zaitsev 249a6aae22 New module: routeros — manage MikroTik RouterOS (#41155)
* Implement initial RouterOS support

* Correct matchers for license prompts

* Documentation updates & mild refactor

* Remove one last Cisco function

* Sanity test fixes

* Move imports to the beginning

* Remove authorize property

* Handle ANSI codes

* Revert to_lines function

* CR fixes

* test(routeros): add unit tests

* Added another test (with ANSI colors and banner in fixture).

* Ignore CRLF line endings in system_package_print file

* fix: review by ganeshrn
2018-07-30 10:28:03 +05:30
..
__init__.py
aireos.py
aruba.py
asa.py
bigip.py
ce.py
cnos.py
dellos6.py Fixes #41549 (#41551) 2018-07-20 09:19:20 -07:00
dellos9.py
dellos10.py
edgeos.py
enos.py
eos.py
exos.py
ios.py
iosxr.py
ironware.py
junos.py
nxos.py Fix baud rate and nxos_logging default case idempotency bug (#43295) 2018-07-26 23:15:25 +05:30
onyx.py
routeros.py New module: routeros — manage MikroTik RouterOS (#41155) 2018-07-30 10:28:03 +05:30
slxos.py
sros.py
vyos.py