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
Ganesh Nalawade 70ce394840 Persistent connection timer changes (#27272)
*  Add command_timeout timer that defines the amount
   of time to wait for a command or RPC call before
   timing out.
*  Remove connect_retries and connect_interval configuration
   varaible and replace it with connect_retry_timeout to control
   the timeout value of connection to local scoket.
*  Make required changes to netowrk action plugins and relevant
   network files in module_utils.
*  Required documentation changes.
2017-08-01 11:45:45 -06:00
..
action Persistent connection timer changes (#27272) 2017-08-01 11:45:45 -06:00
cache Fix redis cache for python3 2017-06-13 09:50:46 -04:00
callback skippy callback plugin: hides banner for skipped tasks (#18621) 2017-08-01 08:19:51 -04:00
cliconf New module aireos_command (#26769) 2017-07-19 23:14:52 +05:30
connection Add fix to read correct socket path recieved from ansible-connection (#27560) 2017-08-01 19:32:25 +05:30
filter Fix for to_text and to_bytes error handlers 2017-07-24 09:19:04 -07:00
inventory endswith supports tuples, nicer 2017-07-24 16:49:01 -04:00
lookup make random_choice more error resilient (#27380) 2017-07-31 11:44:53 -04:00
netconf Add support for netconf network discovery (#25435) 2017-06-28 11:07:38 +05:30
shell fix to alllow the winrm plugin to send input with Python 3 (#27474) 2017-07-31 18:35:05 -07:00
strategy add support of nested groups in group_by 2017-07-27 11:37:34 -04:00
terminal Make the 'not found' regex case sensitive (#27100) 2017-07-20 12:33:18 -07:00
test better backwards compat handling of status 2017-07-05 21:44:00 -04:00
vars ensure proper typing of path, cause py3 listdir 2017-06-19 16:35:50 -04:00
__init__.py ensure prefix in plugin loading to avoid conflicts 2017-07-26 11:54:13 -04:00