ansible/lib/ansible/plugins/terminal
James Mighion 50052b3d70 Adding a cli transport option for the bigip_command module. (#30391)
* Adding a cli transport option for the bigip_command module.

* Fixing keyerror when using other f5 modules. Adding version_added for new option in bigip_command.

* Removing local connection check because the F5 tasks can be delegated to any host that has the libraries for REST.

* Using the network_common load_provider.

* Adding unit test to cover cli transport and updating previous unit test to ensure cli was not called.
2017-10-12 15:07:15 -07:00
..
__init__.py
aireos.py New module aireos_command (#26769) 2017-07-19 23:14:52 +05:30
aruba.py Adding new stdout regex to allow local password changes. Adding stderr regex to catch more errors. (#30994) 2017-09-28 10:05:14 +05:30
asa.py fix issue with trailing white space when logging into asa (#28073) 2017-08-11 12:30:57 -04:00
bigip.py Adding a cli transport option for the bigip_command module. (#30391) 2017-10-12 15:07:15 -07:00
ce.py
dellos6.py module_utils_fix_dellos6 (#28060) 2017-09-12 18:24:36 +01:00
dellos9.py
dellos10.py
enos.py create terminal plugin for enos modules (#31510) 2017-10-12 13:32:27 +01:00
eos.py
ios.py Make the 'not found' regex case sensitive (#27100) 2017-07-20 12:33:18 -07:00
iosxr.py Adding stderr regex catch for iosxr commit failures. Adding error handling after executing commit command. (#26462) 2017-07-06 09:19:24 +05:30
junos.py
nxos.py Fix nxos terminal regex to parse xml response (#31283) 2017-10-05 15:32:43 +05:30
sros.py updates the prompt regexp for prompt handling in sros (#28015) 2017-08-10 12:59:49 -04:00
vyos.py