1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
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 Fix aruba initial prompt issue (#39195) 2018-04-26 11:06:27 +05:30
aireos.py New module aireos_command (#26769) 2017-07-19 23:14:52 +05:30
aruba.py Fix aruba initial prompt issue (#39195) 2018-04-26 11:06:27 +05:30
asa.py Alter ASA regexes to be byte-strings (#36176) 2018-02-15 10:11:26 -05:00
bigip.py Adds various fixes for f5 modules (#40208) 2018-05-16 12:14:12 -07:00
ce.py Contributing new lib/ansible/plugins/terminal/ce.py module to manage HUAWEI data center CloudEngine switch (#21653) 2017-05-19 08:43:37 +01:00
cnos.py Lenovo typofix (#40865) 2018-05-30 15:23:26 +05:30
dellos6.py Fixes #41549 (#41551) 2018-07-20 09:19:20 -07:00
dellos9.py Ansible 2.5 feature support for dellos9 (#34880) 2018-01-23 13:59:27 +00:00
dellos10.py Auth to become (#33319) 2017-11-28 16:28:58 -05:00
edgeos.py EdgeOS module improvements (#39530) 2018-05-22 12:22:18 -04:00
enos.py Lenovo typofix (#40865) 2018-05-30 15:23:26 +05:30
eos.py Eos subnet overlap fix (#43023) 2018-07-20 11:02:21 -04:00
exos.py Adding exos_command cli_conf module (#37775) 2018-04-23 23:23:09 +05:30
ios.py Expand ios password prompt regex (#41131) 2018-06-06 10:25:29 -04:00
iosxr.py Fix ios and iosxr terminal prompt regex (#39063) 2018-04-20 10:20:13 -06:00
ironware.py Auth to become (#33319) 2017-11-28 16:28:58 -05:00
junos.py Connection plugins network_cli and netconf (#32521) 2017-11-09 15:04:40 -05:00
nxos.py Fix baud rate and nxos_logging default case idempotency bug (#43295) 2018-07-26 23:15:25 +05:30
onyx.py Mellanox OS name change: MLNXOS changed to ONYX (#34753) 2018-01-11 22:21:17 +00:00
routeros.py New module: routeros — manage MikroTik RouterOS (#41155) 2018-07-30 10:28:03 +05:30
slxos.py Adding slx_command module and supporting module_utils. (#38235) 2018-04-11 12:59:34 +01:00
sros.py fix handling of ># ending prompts for sros (#41382) 2018-06-12 11:37:08 -04:00
vyos.py Python3 chokes on casting int to bytes (#24952) 2017-05-23 15:58:37 -07:00