Darek Kaczyński
f7c32e2b5e
Fix for 'cannot unmarshal array into Go value of type string' error about HostConfig Binds ( #3496 )
2016-04-22 21:05:16 -04:00
ThomasSteinbach
8dc0276533
docker: fix type issue ( #3491 )
...
* fix type issue
* fix type issue for 'volumes-from'
2016-04-21 13:28:26 +02:00
Alexey Wasilyev
1c3071af61
docker: support polling image by digest ( #2932 )
2016-04-16 21:46:02 +02:00
Fabian von Feilitzsch
edc8698c14
make binds a list instead of a dict (to prevent overwriting when copying the same file to two places) ( #2294 )
2016-04-12 22:01:45 +02:00
René Moser
13f4b40c15
Merge pull request #3284 from mscherer/fix_docker_args
...
Improve/fix type checking for docker module
2016-03-25 23:43:52 +01:00
Ash Wilson
f4557c1631
Remove myself from the docker module maintainers
...
Apologies, but I no longer use this module day-to-day myself, and I don't have the bandwidth right now to effectively triage changes in any kind of timely fashion.
2016-03-24 10:03:47 -04:00
Brian Coca
dabf28edbe
Merge pull request #2853 from Igelko/patch-1
...
docker: If cmd and entrypoint not set, don't match them
2016-03-24 06:29:49 -07:00
Victor Beresnev
6a279fd421
If cmd and entrypoint not set, don't match them
...
Hello!
I wanted stop the containers matched only by image name, but can't do this, if I not set cmd in playbook.
This behavior confused me.
If cmd or entrypoint is defined for running container, but not defined in playbook, makes matching behavior as this sample:
https://github.com/ansible/ansible-modules-core/blob/devel/cloud/docker/docker.py#L463
2016-03-24 11:53:49 +04:00
Brian Coca
0abade73c4
Merge pull request #2929 from gesellix/add_env_file_support_v2
...
add `env_file` support
2016-03-21 11:19:57 -07:00
Michael Scherer
e78e13b222
Improve/fix type checking for docker module
...
tls_* point to files, so should be type=path
count is a int, so tag it as such and avoid converting later
password should be tagged as no_log
2016-03-21 00:44:52 +01:00
Yannig Perré
b958985816
Add an example of extra_hosts option.
2016-03-20 14:33:32 +01:00
Schlueter
0028f58ab6
Add missing quote in docker documentation
2016-03-08 21:32:38 -05:00
Andrey Gubarev
45b3066c81
update docker_image's path param type to 'path'. Fixes #3175
2016-03-03 02:27:39 +03:00
Brian Coca
5129ef5590
Merge pull request #2993 from berlic/devel
...
Fix docker container restart
2016-03-01 00:01:12 -05:00
Brian Coca
76669fa16c
Merge pull request #2992 from dusdanig/devel
...
Adds ulimit to the docker module
2016-03-01 00:00:57 -05:00
Daniel Petty
bf04a0fe0e
replaced sudo with become
2016-02-18 08:00:27 -07:00
Daan Oosterveld
90153a2ca5
Adds ulimit to the docker module
...
The ulimit will be specified as a list and separated by colons. The
hard limit is optional, in which case it is equal to the soft limit.
The ulimits are compared to the ulimits of the container and added
or adjusted accordingly on by a reload.
The module ensures that ulimits are available in the capabilities
iff ulimits is passes as a parameter.
2016-02-10 10:31:54 +01:00
Konstantin Suvorov
d9f13a0bbc
Fix docker container restart
...
restart_containers(containers.running) may try to restart containers
that are deleted when looping through get_differing_containers()
fix this by refreshing list after first loop
2016-02-09 15:34:30 +03:00
Tobias Gesellchen
60e37e6fda
add env_file
support (original code from @vpetersson)
2016-02-05 14:59:24 +01:00
Alexey Wasilyev
511ce25ac8
docker: fix failing in case of empty image tag
2016-01-21 11:53:39 +03:00
Brian Coca
9c80b1adb7
added note about awslogs version added
2016-01-18 09:16:38 -05:00
jefferson fermo
028ecad9d4
add awslog option in docker log driver. this option is available starting with ansible 2.1
2016-01-16 23:22:20 +08:00
Brian Coca
9d4403f2b3
Merge pull request #2521 from wrouesnel/docker_reloaded_fixes
...
docker: Fix state=reloaded to detect default LoggingDriver for docker
2016-01-12 10:47:30 -05:00
Brian Coca
061da7dc05
updated version_added
2016-01-12 08:27:33 -05:00
Alexey Wasilyev
d61772807c
Add cpu_shares option for docker module
2016-01-12 09:59:36 +03:00
Brian Coca
4be34067de
added versions note in description for new choice
2016-01-11 18:14:37 -05:00
Brian Coca
c1df014e3b
Merge pull request #2485 from sebi-hgdata/sebi/docker_unless_stopped
...
added unless stopped option to docker module
2016-01-11 18:09:24 -05:00
Brian Coca
f1754fb51e
Merge pull request #2376 from mtpereira/fix_2351
...
Add support for legacy registries to pull_image().
2016-01-11 18:03:51 -05:00
Pavel Derendyaev
61fdb52039
Add "timeout" option to Docker module
2016-01-09 21:59:23 +03:00
sebi
aa15231cb7
added unless stopped option
2015-12-21 11:55:06 +02:00
Toshio Kuratomi
15c1c0cca7
entrypoint feature added in 2.1
2015-12-18 21:28:01 -08:00
Toshio Kuratomi
2220dc8e12
Merge pull request #2185 from AndrewPashkin/add_entrypoint_param_to_docker_module
...
Add entrypoint parameter to docker module
2015-12-18 21:25:14 -08:00
Toshio Kuratomi
ba3ee25172
labels is actually not aded in 1.9.4 but in 2.1
2015-12-18 17:57:17 -08:00
Omar Khan
19ebc45364
Add stop_timeout option to docker module
2015-12-18 17:51:31 -08:00
Toshio Kuratomi
d907f889a3
Merge pull request #1972 from yannh/docker-restarted
...
Docker module: restarted should update the container when necessary
2015-12-18 17:42:35 -08:00
Toshio Kuratomi
581b4f6de6
Add version_added to documentation
2015-12-18 16:34:16 -08:00
Joe Quadrino
8fe5d6f7ef
add devices parameter for docker module
2015-12-18 16:34:16 -08:00
Brian Coca
4e8d04d248
Merge pull request #2159 from leonty/devel
...
Support 'labels' parameter for docker.
2015-12-15 08:32:37 -05:00
Brian Coca
a876704740
Merge pull request #2239 from boushley/devel
...
Fix issue with comparing versions improperly
2015-12-14 21:59:27 -05:00
Brian Coca
ed43b66d77
made note that Z/z are only 2.1 options
2015-12-12 13:04:01 -05:00
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
Steve Spencer
fc5da26dee
Sync up with allowable docker volume mounting modes
2015-11-12 10:42:26 +02:00
Steve Spencer
2c95641d66
Add support for mounting host volumes with Z and z options
2015-11-11 16:44:01 +02:00
Toshio Kuratomi
f2943bd404
Add zfil as an owner of the docker module
2015-11-06 21:18:46 -08:00
Toshio Kuratomi
4ed7b690f6
Add a new contributor as a maintainer of the docker module
2015-11-06 10:53:33 -08:00
Toshio Kuratomi
750aa16a06
Merge pull request #2093 from zfil/fix_facts
...
docker module: fix regressions introduced by f38186c
and 80aca4b
2015-11-06 10:20:20 -08:00
Leonty
cff83dd257
Merge remote-tracking branch 'upstream/devel' into devel
2015-11-04 12:48:14 +03:00
Leonty
5b904c1401
Corrected misspelling in the 'labels' docker parameter documentation.
2015-11-04 12:43:03 +03:00
Toshio Kuratomi
e318be30ff
Fix issues version_added and chaged => changed typo
2015-11-02 10:49:24 -08:00
Michael Schuett
80c2e28a48
Fix message
...
Previous fix did not actual work. This fix does however.
2015-11-02 10:49:24 -08:00