chouseknecht
1825a73c40
Where to get the full docker picture.
2016-05-18 13:34:13 -04:00
Shubham
64b104ac37
remove module argument, fix #3682 ( #3683 )
2016-05-17 14:36:05 -04:00
Matt Martz
9b6a7eb4f9
Revert "Fix doc strings spacing."
...
This reverts commit 127d518011
.
2016-05-15 17:43:28 -05:00
chouseknecht
127d518011
Fix doc strings spacing.
2016-05-14 09:34:15 -04:00
chouseknecht
a81d0a6809
Fix doc strings. Missing requirements and doc fragment reference.
2016-05-14 09:13:47 -04:00
chouseknecht
d63bc38481
Fail gracefully when build path is not found.
2016-05-13 00:30:36 -04:00
chouseknecht
3a5dd00076
Fixed files/project_files naming. Correct name is files.
2016-05-12 05:31:10 -04:00
chouseknecht
22853efeed
Flip version added back to 2.2 to make tests pass.
2016-05-12 05:04:21 -04:00
chouseknecht
834d2fb9fe
Moving version added to 2.1
2016-05-12 04:44:35 -04:00
chouseknecht
282b2d45df
Added actions to RETURN docs. Show actions when debug or check mode.
2016-05-12 04:42:50 -04:00
chouseknecht
c2d2189274
Removed use of --diff. Replaced 'diff' in output with 'actions'. Only show 'actions' in output if debug true.
2016-05-11 15:01:29 -04:00
chouseknecht
f69b352341
Removed fail method. Combined recreate and force_recreate params.
2016-05-11 13:50:55 -04:00
chouseknecht
d9b026dcef
Adding docker_service
2016-05-11 13:50:55 -04:00
Chris Houseknecht
f08e5608c7
Fixed parameters passing in container_create method. ( #3618 )
2016-05-10 17:56:57 -04:00
Brian Coca
e7d49f3308
fixed documentation and arg issues
2016-05-04 08:37:23 -04:00
Toshio Kuratomi
9db1233521
Fix documentation
2016-05-03 10:10:51 -07:00
John R Barker
bb9572ca86
ansible-validate-modules part 4: Enable check on ansible-modules-core ( #3526 )
...
* Call ansible-validate-modules
* Correct quotes + add newline
2016-05-03 07:51:12 -07:00
chouseknecht
a9ab2e1142
Add doc string for container_limits. Fixed push fail message. Use path type.
2016-04-29 00:39:08 -04:00
Chris Houseknecht
35c589575d
Adding docker_image_facts ( #3493 )
...
* Adding docker_image_facts
* Fix github credentials
2016-04-27 17:43:44 -04:00
Chris Houseknecht
f6344b6dc7
Adding docker_container ( #3495 )
...
* Adding docker_container
* If state absent, stop the container before attempting to remove. Fixed status running check.
* If container absent, stop before removing. Fix container status check.
2016-04-27 17:43:26 -04:00
Toshio Kuratomi
22ce32dd93
Fix docs building
2016-04-27 10:40:38 -07:00
Toshio Kuratomi
f3fef24e49
Some beginning python3 porting for modules which have unittests
2016-04-27 07:17:05 -07:00
chouseknecht
1d2be97013
Updated version_added on options to reflect options added for 2.1.
2016-04-25 15:22:44 -04:00
chouseknecht
e888abbcb0
Clean up and fixes post API version 1.20 testing.
2016-04-25 15:12:28 -04:00
chouseknecht
6eba1d6fb3
Fix github credentials
2016-04-25 15:11:48 -04:00
chouseknecht
009b02e928
Fix unfriendly exeption handling.
2016-04-25 15:11:48 -04:00
chouseknecht
39fdd2358e
Updater per PR comments
2016-04-25 15:11:48 -04:00
chouseknecht
7a1eea2767
Adding refactored docker_image module.
2016-04-25 15:11:48 -04:00
Chris Houseknecht
ec5515edcf
Adding docker_login ( #3494 )
...
* Adding docker_login
* Set correct version_added.
* Fix github credentials
2016-04-25 10:19:54 -04:00
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