summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/connection/iocage.py
Commit message (Collapse)AuthorAgeFilesLines
* Python 2.6 `str.format()` compatibility fixes.Matt Clay2018-01-101-2/+2
|
* Port ansible doc for plugins to use DOCUMENTATION variablesToshio Kuratomi2017-09-111-4/+4
| | | | | | | * Using docstrings conflicts with the standard use of docstrings * PYTHON_OPTIMIZE=2 will omit docstrings. Using docstrings makes future changes to the plugin and module code subject to the requirement that we ensure it won't be run with optimization.
* fixes to config/setting retrievalBrian Coca2017-09-091-17/+29
| | | | | | | | | | | | | | | | | | | | | | - better variable precedence management - universal plugin option handling - also updated comments for future directions - leverage fragments for plugins - removed fact namespacing - added 'firendly name' field - updated missing descriptions - removed some unused yaml entries, updated others to reflect possible future - documented more plugins - allow reading docs using alias - short licenses - corrected args for 'all plugins' - fixed -a option for ansible-doc - updated vars plugins to allow docs - fixed 'gathering' - only set options IF connection - added path list and renamed pathspec mostly the diff is , vs : as separator - readded removed config entries that were deprecated but had no message ... and deprecated again - now deprecated entries give warning when set
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-1/+0
| | | - Make PEP8 compliant
* PEP 8 whitespace cleanup. (#20783)Matt Clay2017-01-271-1/+1
| | | | | | * PEP 8 E271 whitespace cleanup. * PEP 8 W293 whitespace cleanup. * Fix whitespace issue from recent PR.
* iocage connector that wraps around jail connector. (#17986)slohse2016-12-221-0/+68
Added iocage connector that extends the jail connector. Uses iocage to translate iocage tags or UUIDs/partial UUIDs to the actual jail name and then uses the jail connector for actual functionality.