summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/docker/docker_service.py
Commit message (Expand)AuthorAgeFilesLines
* Changed supported_by from curated to community (#22654)Dylan Silva2017-03-151-1/+1
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
* Fix invalid fields in module DOCUMENATION (#22297)John R Barker2017-03-091-9/+0
* PEP 8 E111 & E114 cleanup. (#20838)Matt Clay2017-01-301-2/+2
* PEP 8 W291 whitespace cleanup.Matt Clay2017-01-271-19/+19
* PEP 8 whitespace cleanup. (#20783)Matt Clay2017-01-271-2/+2
* Refreshed metadata for core modulesToshio Kuratomi2016-12-081-0/+4
* Examples syntax batch5 (#5622)Sam Doran2016-12-081-7/+14
* Bulk spelling improvement to modules-core (#5225)John R Barker2016-12-081-1/+1
* Surface Compose stdout on failureChris Houseknecht2016-12-081-20/+64
* Improved enumeration of actionsChris Houseknecht2016-12-081-56/+77
* Improved build and pull error handlingChris Houseknecht2016-12-081-17/+36
* Fix #4504 Respect timeout option when starting/stopping/restarting containers.shaung2016-12-081-4/+8
* Cast scale value to int. Fixes #4592.Chris Houseknecht2016-12-081-1/+1
* Make project start and stop error handling more resilient, and improve messag...Chris Houseknecht2016-12-081-2/+2
* docker_service: fix files/project_files typoLinus Arver2016-12-081-1/+1
* Improved documentation for returned actions.chouseknecht2016-12-081-2/+28
* When build true call docker-compose build, and add nocache option.chouseknecht2016-12-081-8/+51
* Set version_addedchouseknecht2016-12-081-0/+1
* Add pull option to pull images prior to evaluating service state.chouseknecht2016-12-081-1/+49
* Fixed a typo (#4168)jjshoe2016-12-081-1/+1
* Fix compose_version error. Check has compose before checking version.chouseknecht2016-12-081-3/+3
* docker_service: make PyYAML requirement explicitStefan Hajnoczi2016-12-081-2/+12
* Fix #3906 - Enforce required minimum compose version. (#3925)Chris Houseknecht2016-12-081-0/+8
* Fix for issue 3740. Make docker_service more resilient when targeting older A...chouseknecht2016-12-081-18/+47
* remove module argument, fix #3682 (#3683)Shubham2016-12-081-1/+1
* Revert "Fix doc strings spacing."Matt Martz2016-12-081-6/+6
* Fix doc strings spacing.chouseknecht2016-12-081-6/+6
* Fix doc strings. Missing requirements and doc fragment reference.chouseknecht2016-12-081-1/+9
* Fixed files/project_files naming. Correct name is files.chouseknecht2016-12-081-5/+4
* Flip version added back to 2.2 to make tests pass.chouseknecht2016-12-081-1/+1
* Moving version added to 2.1chouseknecht2016-12-081-1/+1
* Added actions to RETURN docs. Show actions when debug or check mode.chouseknecht2016-12-081-4/+42
* Removed use of --diff. Replaced 'diff' in output with 'actions'. Only show 'a...chouseknecht2016-12-081-29/+29
* Removed fail method. Combined recreate and force_recreate params.chouseknecht2016-12-081-37/+39
* Adding docker_servicechouseknecht2016-12-081-0/+713