You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/plugins/terminal
Ganesh Nalawade 1cf00a5151 Add underscore and period to regex for hostname prompt (#30612)
* Add _ and . to regex (#30396)

Adding underscore and period to the nxos regex for determining the prompt for hostnames with underscores and periods in the hostname.
(cherry picked from commit 33b8d7069f)

* Add change log
8 years ago
..
__init__.py Fix for persistent connection plugin on Python3 (#24431) 9 years ago
aireos.py New module aireos_command (#26769) 9 years ago
aruba.py Adding aruba_command module along with unit tests. (#26625) 9 years ago
asa.py fix issue with trailing white space when logging into asa (#28073) 8 years ago
ce.py Contributing new lib/ansible/plugins/terminal/ce.py module to manage HUAWEI data center CloudEngine switch (#21653) 9 years ago
dellos6.py module_utils_fix_dellos6 (#28060) 8 years ago
dellos9.py Add dellos9 changes for Python3 (#24607) 9 years ago
dellos10.py Add dellos10 changes for python3 (#24608) 9 years ago
eos.py Add eos changes for Python3 (#24600) 9 years ago
ios.py Make the 'not found' regex case sensitive (#27100) 9 years ago
iosxr.py Adding stderr regex catch for iosxr commit failures. Adding error handling after executing commit command. (#26462) 9 years ago
junos.py plugins/terminal/: PEP8 compliancy (#25207) 9 years ago
nxos.py Add underscore and period to regex for hostname prompt (#30612) 8 years ago
sros.py updates the prompt regexp for prompt handling in sros (#28015) 8 years ago
vyos.py Python3 chokes on casting int to bytes (#24952) 9 years ago