Commit Graph

416 Commits (f5658f4e5048ae6f2cf1d8eb434be3602fc6bb3a)

Author SHA1 Message Date
Luc Charpentier a0545dc9f8 error in docker_container example (#5631) 9 years ago
Abdul Anshad A cf76fce0ae fixes issue #5517 (#5519) 9 years ago
Sam Doran 52d376c88e Examples syntax batch5 (#5622)
* Change example syntax on supervisorctl module

* Change example syntax or _ec2_ami_search module

* Change example syntax on cloudformation module

* Change example syntax on ec2 module

* Change example syntax on ec2_facts module

* Change example syntax on ec2_eip module

* Change example syntax on rds module

* Change example syntax on route53 module

* Change example syntax on s3 module

* Change example syntax on digital_ocean module

* Change example syntax on docker_service module

* Change example syntax on cloudformation module

* Change example syntax on gc_storage module

* Change example syntax on gce module

* Change example syntax on gce_mig module

* Change example syntax on _glance_image module

* Change example syntax on _keystone_user module

* Change example syntax on _nova_keypair module

* Change example syntax on _quantum_floating module

* Change example syntax on _quantum_floating_ip_associate module

* Change example syntax on _quantum_network module

* Change example syntax on _quantum_router module

* Change example syntax on _quantum_router_gateway module

* Change example syntax on _quantum_router_interface module

* Change example syntax on _quantum_subnet module

* SQUASH _quantum_subnet

* Add missing quotes
9 years ago
Patrick F. Marques afa1750105 Remove duplicated option from examples 9 years ago
jctanner 2de97ac5bd replace type() with isinstance() (#5541)
Replace all use of type() with isintance()

Addresses https://github.com/ansible/ansible/issues/18310
9 years ago
Brian Coca 859180d013 corrected version added 9 years ago
Brian Coca b8eb9769a3 added logout to docker_login
also cleaned up 'actions' and minor doc issues
9 years ago
Daniel Andrei Minca ced24b7b03 fix unclear documentation for docker container
the docker container module's `exposed_ports` was slightly ambigous.

Use the official Docker documentation to define what an `exposed port`
is.

Resolves: ansible/ansible-modules-core#5303
Signed-off-by: Daniel Andrei Minca <mandrei17@gmail.com>
9 years ago
John R Barker 312f578f93 Bulk spelling improvement to modules-core (#5225)
* Correct spelling mistakes

* Correct more spelling issues

* merge conflict

* Revert typo in parms
9 years ago
John Barker 275fa3f055 Correct functional typos 9 years ago
Chris Houseknecht 0156cb942e Surface Compose stdout on failure
Signed-off-by: Chris Houseknecht <chouseknecht@ansible.com>
9 years ago
Chris Houseknecht fba5883dd1 Improved enumeration of actions 9 years ago
Chris Houseknecht a10ce8ff25
Improved build and pull error handling 9 years ago
Chris Houseknecht 90af27f20f Merge pull request #5050 from chouseknecht/devel
Fix intermittent image push error
9 years ago
Chris Houseknecht c03697c81e Merge pull request #4961 from shaung/iss4504
Fix #4504 Respect timeout option when starting/stopping/restarting co…
9 years ago
Chris Houseknecht 523780a7ca Let docker-py handle decoding and JSON parsing of stream data. Fixes #4930. 9 years ago
Chris Houseknecht 84020b39ee Put requested devices in correct format to enable config comparison. Fixes #5000. 9 years ago
Chris Houseknecht e0aede1266 Merge pull request #4825 from adityamarella/devel
Docker module: add support for OomScoreAdj
9 years ago
shaung 4e9e546ef0 Fix #4504 Respect timeout option when starting/stopping/restarting containers. 9 years ago
Chris Houseknecht 4a560d4a15
Cast scale value to int. Fixes #4592. 9 years ago
Chris Houseknecht 5ab1a6f88d
Make project start and stop error handling more resilient, and improve message text. 9 years ago
Aditya Marella bee0aeaf86 Docker module: add support for OomScoreAdj
* docker-py param name oom_score_adj
* translates to OomScoreAdj in the docker remote API
* setting version_added to "2.2"
9 years ago
Chris Houseknecht de0122fdaf
Set default log_driver to None to prevent config comparison when a log_driver is not specified. Fixes #4600. 9 years ago
Chris Houseknecht 0d43a01462 Purge networks using network name rather than ID. Fixes 4596. 9 years ago
Chris Houseknecht cac4e68090
Default restart_retries to None rather than 0. Fixes #4534. 9 years ago
chouseknecht 48941291c1
Fix container labels expected vs actual comparison. 10 years ago
chouseknecht 42540ae510 Fix doc strings. Use of > was breaking HTML generation on docs site module page. 10 years ago
Linus Arver 74c8954d86 docker_service: fix files/project_files typo
The original decision to rename from `project_files' to `files' was in
3a5dd00076.
10 years ago
chouseknecht 95f69c55fa Exposing tcp and udp for same port fails. Fixes issue #4354. 10 years ago
PikachuEXE 997fa3b2b7 Allow specifying human readable value for option `memory_limit` again (#4049) 10 years ago
chouseknecht e7abbbf134 Fix network alias and network link comparison.
- Using set based comparison was not working consistently
  - With != operator worked locally but consistently failed on Travis
  - With 'not in' operator failed locally and on Travis
10 years ago
chouseknecht 4c3bf24ebf
If debug true, include actions and differences in output. 10 years ago
Chris Houseknecht 70806fcfe4 Some post merge clean up: (#4406)
- Removed required_if.
  - Fixed doc strings.
  - Removed debug output being appended to actions.
  - Put import of basics at bottom to be consistent with other docker modules
  - Added 'containers' alias to 'connected' param
  - Put facts in ansible_facts.ansible_docker_network
10 years ago
Brian Coca decb2ec9fa doc fix 10 years ago
Chris Houseknecht fdfdfe9017 Adding docker_network module. (#4404) 10 years ago
muxator 24fa1ab426 typo in the documentation of the "state" parameter (#4353) 10 years ago
Chris Houseknecht 0358dee095 Add buildargs parameter to support Dockerfile ARG directive. (#4349)
* Add buildargs parameter to support Dockerfile ARG directive.

* Fix doc_strings. Doc string for load_path was completely missing.
10 years ago
chouseknecht cc101164a8
Default repository tag value to tag parameter value or 'latest'. 10 years ago
chouseknecht d36f04e7f2 Always returns changed when state present and name includes :tag. 10 years ago
Chris Houseknecht c0d373f258 Add *build* to state parameter choices. Updated deprecation message. Will be deprecated in release 2.3. Removed (#4342)
mention of *tagged* state in the force parameter doc strings. There is no *tagged* state.
10 years ago
chouseknecht c27054090a Fix image tag operation. Allows repository in form of repo:tag. If no tag value, defaults to 'latest'. 10 years ago
chouseknecht af177834af
Added implementation of ignore_image, which prevents recreation of containers on image change. 10 years ago
chouseknecht 74dbb61b8d Fix #3670 host IP defaults to 0.0.0.0 ignoriing bridge Host IP option. 10 years ago
chouseknecht 18343c4e5a
Improved documentation for returned actions. 10 years ago
chouseknecht b9696a349f
When build true call docker-compose build, and add nocache option. 10 years ago
chouseknecht 81b3022eb5
Set version_added 10 years ago
chouseknecht 7e93dbb264
Add pull option to pull images prior to evaluating service state. 10 years ago
Julien Vey 0bf24f2ae1 Fix Typo in docker_image_facts module 10 years ago
Chris Houseknecht 77db7011f0 Merge pull request #4173 from chouseknecht/fix_entrypoint
Fix entrypoint. Should behave the same as command.
10 years ago
Chris Houseknecht a75ee76aa3 Entrypoint fails with 'command not found' error. 10 years ago