community.general/lib/ansible/modules/cloud
Will Rouesnel b565da78b3 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.
2016-12-08 11:23:57 -05:00
..
amazon made port default depending on db engine 2016-12-08 11:23:57 -05:00
azure Edit azure.py 2016-12-08 11:23:55 -05:00
digital_ocean updated docs to denote retirement of v1 api and clarify when and why auth fields have changed 2016-12-08 11:23:49 -05:00
docker docker: Fix state=reloaded to detect default LoggingDriver for docker 2016-12-08 11:23:57 -05:00
google Update GCE PEM deprecation text and examples 2016-12-08 11:23:56 -05:00
linode Updating cloud modules with proper github author information 2016-12-08 11:23:07 -05:00
openstack Fix issue #2721: os_object parameters and docs don't align (file/filename) 2016-12-08 11:23:56 -05:00
rackspace added version added to new rax_cdb choices 2016-12-08 11:23:40 -05:00
vmware adding no_log to password 2016-12-08 11:23:55 -05:00
__init__.py package files 2016-12-08 11:22:22 -05:00