summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/connection/docker.py
Commit message (Expand)AuthorAgeFilesLines
* Port ansible doc for plugins to use DOCUMENTATION variablesToshio Kuratomi2017-09-111-5/+4
* Define byte strings versus text strings in docker connectionToshio Kuratomi2017-09-111-18/+20
* fixes to config/setting retrievalBrian Coca2017-09-091-19/+35
* Convert docker cmd output to native, earlyMatt Martz2017-06-101-3/+3
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-2/+2
* enable su support for docker connectionBenjamin Schwarze2017-05-241-4/+1
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-1/+1
* Mcsalgado's change to use shlex.quote instead of pipes.quote (#18534)Toshio Kuratomi2016-11-171-2/+2
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-6/+7
* Fix docker connection plugin version tests and py2.6 compat (#16841)Adrian Likins2016-08-221-14/+29
* Fix inconsistent/missing host names in messages.Matt Clay2016-03-251-1/+1
* fixed some breaks after merging ansible/develThomas Steinbach2016-03-241-5/+14
* forwarded docker_extra_args to latest upstream/origin/develThomas Steinbach2016-03-241-42/+83
|\
| * Use docker exec -u when needed and if supported.Matt Clay2016-03-181-33/+69
| * use just 'remote_user' as user for the docker connectionThomas Steinbach2016-03-171-4/+2
| * use remote_user or become_user in docker connectionThomas Steinbach2016-03-171-2/+4
| * Move BUFSIZE to __init__ since it's common to many connection pluginsToshio Kuratomi2016-03-161-3/+1
| * Fix unicode handling in connection plugins.Matt Clay2016-03-101-7/+7
| * More fixes for unicode handling in the connection plugins.Toshio Kuratomi2016-01-061-2/+2
| * Fix problems with non-ascii values passed as part of the command to connectio...connection-plugins-unicode-fixToshio Kuratomi2016-01-041-1/+6
* | Allow setup of docker remote connectionsThomas Steinbach2015-12-041-12/+12
|/
* Docker cp sets file ownership to root:root so we can't use it.Toshio Kuratomi2015-11-201-3/+5
* Finish up plugin porting to global displayToshio Kuratomi2015-11-111-1/+0
* Move connection plugins to using global displayToshio Kuratomi2015-11-111-4/+12
* Quote any file paths that we have to use with dd to copy.Toshio Kuratomi2015-10-031-0/+2
* Add explicit substitution of relative paths on the remote host just in case t...Toshio Kuratomi2015-10-031-14/+26
* Create error messages instead of tracebacks.Toshio Kuratomi2015-09-301-11/+19
* Add a comment about the docker connection and usage by non-root usersToshio Kuratomi2015-09-281-0/+6
* Misc cleanups and some fixes for docker connection pluginToshio Kuratomi2015-09-281-40/+49
* Remove tmp as a parameter to the connection pluginsToshio Kuratomi2015-09-241-2/+2
* remove the stdin return value from connection plugin exec_command() methodsToshio Kuratomi2015-09-241-1/+1
* corrected all missing paths changesBrian Coca2015-09-151-1/+1
* normalized plugin paths and names and configsBrian Coca2015-09-151-0/+162