summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Modernize install (#76021)Matt Martz2021-10-199-9/+9
* ansible-test - split controller/target testing (#75605)Matt Clay2021-09-201-1/+1
* ansible-test - Move code from _data to _util. (#75495)Matt Clay2021-08-121-1/+1
* Move ansible-test entry point. (#60281)Matt Clay2019-08-081-21/+1
* Relocate ansible-test code. (#60147)Matt Clay2019-08-061-5/+11
* move CLI entrypoints under ansible package (#60004)Matt Davis2019-08-022-488/+2
* Use atexit to cleanup tmp dirs (#56532)Sam Doran2019-06-281-3/+0
* Migrate command line parsing to argparse (#50610)Matt Martz2019-04-231-2/+3
* Add check to log jsonrpc request/response (#54606)Ganesh Nalawade2019-04-031-2/+7
* Save the command line arguments into a global contextToshio Kuratomi2019-01-031-3/+3
* Log device interaction and push labeled logs back to controller (#50028)Nathaniel Case2018-12-211-1/+2
* Fix some handling of log messages from ansible-connection (#50214)Nathaniel Case2018-12-201-1/+3
* Allow persistent connection plugins to queue messages back to ansible-connect...Nathaniel Case2018-12-191-9/+11
* Don't fail if a remote_addr with a '/' hits ansible_connection (#49781)Nathaniel Case2018-12-171-1/+6
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-1/+1
* use ansible json encoding/decoding to avoid errors (#47214)Brian Coca2018-11-161-4/+5
* Remove runtime usage of pkg_resources.Toshio Kuratomi2018-10-182-13/+1
* Clean up after ansible-connection if failure occurred in start() (#45929)Nathaniel Case2018-09-201-0/+2
* Make ansible-test available in the bin directory. (#45876)Matt Clay2018-09-191-0/+15
* Move plugin option settings. (#44774)Nathaniel Case2018-08-281-4/+0
* Prevent data being truncated over persistent connection socket (#43885)Nathaniel Case2018-08-101-19/+20
* Raise exception if command timeout is triggered (#43078)Ganesh Nalawade2018-08-021-9/+16
* \r does not round-trip the local socket, escape and restore on the other side...Nathaniel Case2018-08-011-0/+2
* Enable setting options for cliconf and other implementation plugins (if set t...Ganesh Nalawade2018-07-301-0/+5
* Remove unused imports from /bin and lib/ansible/cli (#43440)joren4852018-07-301-1/+1
* Support setting persistent command timeout per task basis (#42847)Ganesh Nalawade2018-07-201-2/+3
* 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
* Normalize usage of temp and tmp on tmp (#36221)Toshio Kuratomi2018-02-151-1/+1
* 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
* Error early if executing python version doesn't meet documented minimums (#34...Matt Martz2018-01-091-0/+9
* Add parent pid to persistent connection socket path hash (#33518)Ganesh Nalawade2017-12-151-5/+7
* Allow PDB to enter post mortem. fixes (#31086)Julien Palard2017-11-281-0/+4
* 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
* report extra info in verbose and if neededBrian Coca2017-10-031-0/+5
* nicer error on bad ansible config (#30461)Brian Coca2017-09-191-6/+9
* Miscellaneous pylint fixes.Matt Clay2017-09-131-1/+1
* Create persistent socket path using port and connection type (#28492)Ganesh Nalawade2017-08-231-1/+1
* Miscellaneous ansible-test fixes. (#28355)Matt Clay2017-08-172-3/+4
* ansible-inventory cli tool (#22477)Brian Coca2017-08-151-0/+1
* 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