- 15 May, 2014 1 commit
-
-
Matt Bray committed
-
- 14 May, 2014 1 commit
-
-
ENV variable value could contain '=' (for example mysql://host/db?pool=10)
Konstantin Shabanov committed
-
- 12 May, 2014 1 commit
-
-
Fixes #7363
James Cammarata committed
-
- 09 May, 2014 2 commits
-
-
This fixed the just committed change handling non existent Ghost state.
Johannes 'fish' Ziemke committed -
This doesn't exist anymore and causes ansible to throw a KeyError
Johannes 'fish' Ziemke committed
-
- 22 Apr, 2014 1 commit
-
-
Default docker version 0.9.1 from Ubuntu 14.04 LTS don't report APIVersion.
Michael Heca committed
-
- 21 Apr, 2014 1 commit
-
-
CaptTofu committed
-
- 17 Apr, 2014 2 commits
-
-
The JSON the Docker API returns includes the container's ENTRYPOINT value (if it has one) with the 'Command' value. So instead of checking if `container['Command'] == module.params['command']`, we just check that `container['Command'].endswith(module.params['command'])` so the entrypoint won't affect a container being properly classified as matching the module params or not. Also I refactored a super-long `if` statement into some temporary variables - I did it to help me figure out what was going wrong, and then it makes the code more readable so I kept it.
Joshua Conner committed -
Joshua Conner committed
-
- 16 Apr, 2014 1 commit
-
- 14 Apr, 2014 1 commit
-
-
As part of being updated for the 1.10 API, a couple of parameters were passed to the docker.client.start() command that it doesn't accept. This caused the module to error out if it tried to start any Docker containers. This removes those parameters so the module works again.
Joshua Conner committed
-
- 11 Apr, 2014 1 commit
-
-
Matt Bray committed
-
- 28 Mar, 2014 2 commits
-
-
Joshua Conner committed
-
docker bugfixes: trim whitespace around list param elements, handle list params being coerced to int or long type
Joshua Conner committed
-
- 18 Mar, 2014 1 commit
-
-
Useful for development environments. Setting these options to true allows you to `docker attach` to a docker container started with ansible.
Matt Bray committed
-
- 14 Mar, 2014 1 commit
-
-
The new present state just makes sure that a container exists, not that it's running, although it get started one creation. This is very useful for data volumes. This also changes the old present, now running (default) state to only create the container if it's not found, otherwise it just get started. See also discussion on mailinglist: https://groups.google.com/forum/#!topic/ansible-devel/jB84gdhPzLQ This closes #6395
Johannes 'fish' Ziemke committed
-
- 26 Feb, 2014 1 commit
-
-
Joshua Conner committed
-
- 25 Feb, 2014 1 commit
-
-
Joshua Conner committed
-
- 12 Feb, 2014 2 commits
-
-
Pavel Antonov committed
-
Pavel Antonov committed
-
- 03 Feb, 2014 1 commit
-
-
Timur Batyrshin committed
-
- 15 Jan, 2014 1 commit
-
-
All modules should be using /usr/bin/python in the shebang as ansible_python_interpreter processes this (see FAQ). Fixing for standardization purposes.
Michael DeHaan committed
-
- 02 Dec, 2013 3 commits
-
-
Joshua Conner committed
-
James Tanner committed
-
James Tanner committed
-
- 18 Nov, 2013 1 commit
-
-
raise errors when omitted, updated changelog with new modules.
Michael DeHaan committed
-
- 16 Nov, 2013 1 commit
-
-
When using repositories other than the main one at docker.io, the image name contains the repo name (which itself contains ":" as a separator between domain and port). We don't really care about it here, so just get rid of it before looking at the image name.
Tom Berger committed
-
- 03 Nov, 2013 1 commit
-
-
Cove Schneider committed
-
- 24 Oct, 2013 1 commit
-
-
Cove Schneider committed
-
- 14 Oct, 2013 6 commits
-
-
Cove Schneider committed
-
Cove Schneider committed
-
Cove Schneider committed
-
Cove Schneider committed
-
Cove Schneider committed
-
Cove Schneider committed
-
- 13 Oct, 2013 1 commit
-
-
Cove Schneider committed
-