ansible/lib/ansible
Adrian Likins a4785c2691 Fix docker connection plugin version tests and py2.6 compat (#16841)
* Rm py2.7+ code in docker connection plugin

The docker connection plugin was using subprocess.check_output
which only exists in python 2.7 and later. Connection plugins
need to support python2.6 so this replaces it with Popen/communicate()

* Handle docker ver errors in docker connection

Add unit tests for DockerConnection

Fixes #16971
2016-08-22 10:39:38 -04:00
..
cli slightly better presentation docs 2016-08-15 11:00:29 -04:00
compat Move py34 mock_open compat to compat/test/mock (#17157) 2016-08-19 18:11:24 -04:00
config
errors Fix some typos (#16498) 2016-06-29 14:31:25 -04:00
executor Clean up PlaybookExecutor logic for batches and errors 2016-08-18 13:52:34 -05:00
galaxy Fixes #163 in galaxy-issues 2016-07-21 14:04:17 -04:00
inventory Don't use an unset playbook basedir when searching for hostgroup vars 2016-08-17 16:28:48 -05:00
module_utils Merge pull request #17173 from privateip/ios 2016-08-22 10:35:27 -04:00
modules Update submodule refs 2016-08-18 07:28:03 -07:00
parsing Remove a useless section, only act on 'shell' (#16205) 2016-08-12 10:13:02 -07:00
playbook Rework the way params are assigned to TaskIncludes when they're dynamic 2016-08-16 15:45:24 -05:00
plugins Fix docker connection plugin version tests and py2.6 compat (#16841) 2016-08-22 10:39:38 -04:00
template Emit warnings when safe_eval() raises a SyntaxError or other Exception (#14304) 2016-08-12 09:29:54 -04:00
utils Update junos docs fragment to note the default port for transport=netconf 2016-08-13 14:52:06 +00:00
vars Don't use an unset playbook basedir when searching for hostgroup vars 2016-08-17 16:28:48 -05:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py * Fix race in creating temp directories pre-fork (#16965) 2016-08-04 19:35:36 -04:00
release.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
test-requirements.txt