community.general/lib/ansible/plugins/terminal
Ganesh Nalawade 7a36c7ae2e
Fix junos terminal regex for cluster srx devices (#53006)
* Fix junos terminal regex for cluster srx devices

Fixes #50726

*  Modify junos terminal regex to match for
   string `{primary:node0}` which is also part of the
   prompt.
*  Modify network_cli connection plugin to ignore
   multiple prompt matched lines.

* Fix review comment
2019-03-07 13:52:36 +05:30
..
__init__.py
aireos.py
aruba.py
asa.py
bigip.py
ce.py
cnos.py
dellos6.py
dellos9.py
dellos10.py
edgeos.py
edgeswitch.py
enos.py
eos.py Fix eos terminal plugin (#49920) 2018-12-20 14:13:18 +05:30
exos.py
frr.py frr: Add terminal and cliconf plugins (#51169) 2019-02-01 17:56:31 +05:30
ios.py
iosxr.py
ironware.py Fix stray string in network_cli (#51142) 2019-01-22 09:07:04 -05:00
junos.py Fix junos terminal regex for cluster srx devices (#53006) 2019-03-07 13:52:36 +05:30
nos.py
nxos.py add privileged role validation for nxos become (#50312) 2019-01-04 16:29:36 +05:30
onyx.py
routeros.py
slxos.py
sros.py
voss.py
vyos.py