summaryrefslogtreecommitdiff
path: root/bin/ansible-connection
Commit message (Expand)AuthorAgeFilesLines
* Fixing issues with httpapi (#40388)Nathaniel Case2018-05-211-3/+14
* Pull persistent connection parameters via get_option (#39367)Ricardo Carrillo Cruz2018-05-161-2/+3
* Properly unlock the socket file lock in ansible-connection (#39223)James Cammarata2018-04-251-46/+57
* Acquire `display`ed messages from forked process (#36064)Nathaniel Case2018-02-131-0/+3
* Fix debug logs failing with persistent connection (#33049)Ganesh Nalawade2018-01-251-51/+7
* Add parent pid to persistent connection socket path hash (#33518)Ganesh Nalawade2017-12-151-5/+7
* shuts down persistent connections at end of play run (#32825)Peter Sprygada2017-11-221-19/+17
* Config continued (#31024)Brian Coca2017-11-161-2/+3
* getattr() with no default is an AttributeError if missing (#32946)Nathaniel Case2017-11-151-1/+1
* Fix `authorize: yes` and `become_method: enable` (#32864)Nathaniel Case2017-11-141-2/+15
* Connection plugins network_cli and netconf (#32521)Nathaniel Case2017-11-091-213/+138
* Remove log of command executed in persistent connection (#31581)Ganesh Nalawade2017-10-111-1/+0
* Create persistent socket path using port and connection type (#28492)Ganesh Nalawade2017-08-231-1/+1
* Miscellaneous ansible-test fixes. (#28355)Matt Clay2017-08-171-2/+3
* Ansible Config part2 (#27448)Brian Coca2017-08-151-1/+1
* Fix Python3 in ansible-connection (#27645)Nathaniel Case2017-08-021-1/+2
* Persistent connection timer changes (#27272)Ganesh Nalawade2017-08-011-8/+9
* junos_netconf integration test failure fix (#27569)Ganesh Nalawade2017-08-011-1/+1
* Add fix to read correct socket path recieved from ansible-connection (#27560)Ganesh Nalawade2017-08-011-1/+1
* ansible-connection Python3 fix (#26441)Nathaniel Case2017-07-051-2/+2
* Calling connection.close() instead of self.close() to actually close the conn...James Mighion2017-06-301-1/+1
* added comment on why not os.chdirBrian Coca2017-06-191-1/+2
* Revert "Add log_only to debug messages (#25545)"Brian Coca2017-06-131-1/+1
* Add log_only to debug messages (#25545)Ganesh Nalawade2017-06-131-1/+1
* Add support for cliconf and netconf plugin (#25093)Ganesh Nalawade2017-06-061-142/+156
* Fix timeout issue in ansible-connection (#24556)Ganesh Nalawade2017-05-131-1/+1
* Be explicit about pickle protocol and encoding (#24454)Toshio Kuratomi2017-05-121-5/+9
* Fix for persistent connection plugin on Python3 (#24431)Toshio Kuratomi2017-05-121-28/+30
* updates log messages in ansible-connection (#23076)Peter Sprygada2017-03-301-7/+15
* fixes ansible-connection working directory (#22964)Peter Sprygada2017-03-251-1/+2
* fixes exception raised from ansible-connection logging (#22836)Peter Sprygada2017-03-211-5/+5
* replaces logging with display for network connection plugins (#22819)Peter Sprygada2017-03-201-18/+14
* implements python logging for network connection plugin (#22817)Peter Sprygada2017-03-201-21/+27
* adds connection established message to ansible-connection (#22492)Peter Sprygada2017-03-141-0/+5
* adds more logging output to network_cli and ansible-connection (#21716)Peter Sprygada2017-02-211-2/+13
* capture AnsibleConnectionFailure messages in ansible-connection (#21612)Peter Sprygada2017-02-181-5/+13
* clean up pylint errors in ansible-connection (#21571)Peter Sprygada2017-02-171-1/+1
* fixes type that prevents socket clean up from being called (#21568)Peter Sprygada2017-02-171-1/+1
* fixes Bad file descriptor backtrace raised by ansible-connection (#21526)Peter Sprygada2017-02-161-22/+14
* updates the code path for network modules (#21193)Peter Sprygada2017-02-091-9/+5
* errors to stderrBrian Coca2017-02-081-3/+2
* one more bug fix for ansible-connection (#20707)Peter Sprygada2017-01-261-3/+1
* checks connected property to validate connection in Server (#20695)Peter Sprygada2017-01-261-2/+2
* more logging and exception handling in ansible-connection (#20619)Peter Sprygada2017-01-241-14/+22
* adds more logging to ansible-connection (#20298)Peter Sprygada2017-01-161-9/+4
* adds some more logging to ansible-connection (#20205)Peter Sprygada2017-01-121-24/+25
* functional updates to ansible-connection (#18574)Peter Sprygada2016-11-301-23/+78
* Removing q debugging cruft from ansible-connectionJames Cammarata2016-11-211-16/+0
* Adding a persistent connection utilityJames Cammarata2016-11-211-0/+302