summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/connection/libvirt_lxc.py
Commit message (Expand)AuthorAgeFilesLines
* Migrated to community.generalAnsible Core Team2020-03-231-182/+0
* Become plugins (#50991)Matt Martz2019-02-111-1/+1
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-2/+2
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-6/+2
* Support transfering empty files to target host. Fixes #36725 (#45751)Matt Martz2018-09-181-1/+5
* ensure 'home' translations (#36755)Brian Coca2018-04-111-0/+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-1/+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-3/+3
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-4/+5
* Move BUFSIZE to __init__ since it's common to many connection pluginsToshio Kuratomi2016-03-161-3/+1
* Add noseclabel support to libvirt_lxc plugin.Matt Clay2016-03-101-1/+6
* Fix unicode handling in connection plugins.Matt Clay2016-03-101-3/+3
* Fix problems with non-ascii values passed as part of the command to connectio...connection-plugins-unicode-fixToshio Kuratomi2016-01-041-2/+4
* Finish up plugin porting to global displayToshio Kuratomi2015-11-111-1/+0
* Move connection plugins to using global displayToshio Kuratomi2015-11-111-4/+10
* Cleanup pyflakes warning (real error)Toshio Kuratomi2015-10-191-0/+1
* Quote any file paths that we have to use with dd to copy.Toshio Kuratomi2015-10-031-2/+3
* Port libvirt_lxc connection plugin to v2Toshio Kuratomi2015-10-031-74/+106
* Remove tmp as a parameter to the connection pluginsToshio Kuratomi2015-09-241-1/+1
* 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/+131