ansible/cloud
Will Rouesnel 7237798f20 docker: Fix state=reloaded to detect default LoggingDriver for docker
Previously the logging module hard coded the default logging driver. This means
if the docker daemon is started with a different logging driver, the ansible
module would continually restart it when run.

This fix adds a call to docker.Client.info(), which is inspected if a logging
driver is not supplied in the playbook, and the container only restarted if
the logging driver applied differs from the configured default.

In usage, this has solved issues with using alternative logging drivers.
2015-11-24 00:30:42 +11:00
..
amazon Merge pull request #2062 from wimnat/feature/iam_policy_doc_fix 2015-10-05 16:53:14 -04:00
azure ensure password or ssh cert specified 2015-07-09 13:33:46 -04:00
digital_ocean Updating cloud modules with proper github author information 2015-06-15 14:41:22 -04:00
docker docker: Fix state=reloaded to detect default LoggingDriver for docker 2015-11-24 00:30:42 +11:00
google Delete dead and broken code 2015-08-24 20:06:53 +02:00
linode Updating cloud modules with proper github author information 2015-06-15 14:41:22 -04:00
openstack Fix yaml syntax 2015-10-06 10:26:44 +02:00
rackspace Merge pull request #1002 from vmihailenco/fix/rx-isdir-path 2015-10-01 10:59:43 -05:00
vmware Merge pull request #1757 from gutoandreollo/devel 2015-09-14 15:08:47 -04:00
__init__.py