summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/connection/zone.py
Commit message (Expand)AuthorAgeFilesLines
* typo fix (#33810)Alex Ratner2017-12-121-1/+1
* Port ansible doc for plugins to use DOCUMENTATION variablesToshio Kuratomi2017-09-111-5/+4
* fixes to config/setting retrievalBrian Coca2017-09-091-15/+21
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-9/+9
* Include error exception in AnsibleErrorAbhijeet Kasurde2017-05-231-1/+1
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-2/+2
* Mcsalgado's change to use shlex.quote instead of pipes.quote (#18534)Toshio Kuratomi2016-11-171-3/+3
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-1/+2
* zone plugin updates for newer api (#16289)Adrian Likins2016-06-151-1/+1
* Move BUFSIZE to __init__ since it's common to many connection pluginsToshio Kuratomi2016-03-161-3/+1
* Fix problems with non-ascii values passed as part of the command to connectio...connection-plugins-unicode-fixToshio Kuratomi2016-01-041-3/+5
* zone connection plugin bugfixes and pipelining and sudo become methods enabled!Toshio Kuratomi2015-11-161-21/+6
* Finish up plugin porting to global displayToshio Kuratomi2015-11-111-1/+0
* Move connection plugins to using global displayToshio Kuratomi2015-11-111-11/+17
* Quote any file paths that we have to use with dd to copy.Toshio Kuratomi2015-10-031-2/+3
* Add explicit substitution of relative paths on the remote host just in case t...Toshio Kuratomi2015-10-031-2/+17
* Port to v2 APIToshio Kuratomi2015-09-301-92/+82
* Remove tmp as a parameter to the connection pluginsToshio Kuratomi2015-09-241-3/+3
* remove the stdin return value from connection plugin exec_command() methodsToshio Kuratomi2015-09-241-1/+1
* normalized plugin paths and names and configsBrian Coca2015-09-151-0/+199