Commit Graph

2447 Commits (eca2e76e9bd3d8997d98c6cf3f89abdfdf87ccd2)

Author SHA1 Message Date
Michael Scherer 74fd65b2d8 s/plubic/public/in the doc 10 years ago
René Moser 13f4b40c15 Merge pull request #3284 from mscherer/fix_docker_args
Improve/fix type checking for docker module
10 years ago
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.
10 years ago
Brian Coca dabf28edbe Merge pull request #2853 from Igelko/patch-1
docker: If cmd and entrypoint not set, don't match them
10 years ago
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
10 years ago
Brian Coca c10daa5d80 Merge pull request #3302 from rcarrillocruz/allow_domain_name_os_user
Allow passing domain name on os_user
10 years ago
Ricardo Carrillo Cruz d26f788519 Allow passing domain name on os_server
A cloud admin can search domains, thus it should be possible
to pass a domain name, just like ids.
10 years ago
David Shrewsbury 827fd9acc2 Fix allowed_address_pairs and extra_dhcp_opts in os_port
Commit f71542c set the incorrect type for these two parameters to
dict when they are actually list of dicts.

Also, the extra_dhcp_opts was incorrectly named (without the terminal
's') and NEVER worked, so this was corrected.

Fixes #3301
10 years ago
David Shrewsbury 318cc16c27 Fix size parameter documentation
The generated documentation shows the size parameter as required.
Set 'required' to 'false' and move the explanation to the description.

Fixes #3278
10 years ago
Brian Coca cf03730fa2 added version added 10 years ago
Brian Coca 73586f7ddb Merge pull request #3124 from nbrownus/elb_proxy_protocol
ELB Proxy Protocol support for backends
10 years ago
Brian Coca 62310c8954 Merge pull request #3077 from jjshoe/devel
Allow us to sort by all available datatypes
10 years ago
Brian Coca 0abade73c4 Merge pull request #2929 from gesellix/add_env_file_support_v2
add `env_file` support
10 years ago
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
10 years ago
Yannig Perré b958985816 Add an example of extra_hosts option. 10 years ago
René Moser faf2bea527 Merge pull request #3261 from fabfuel/bugfix-ec2-elb-stickiness-without-expiration
Fixes #2039 Convert None to 0 when checking ELB cookie expiration
10 years ago
Rene Moser de7ceacfcd openstack: os_server: add version_added for scheduler_hints
See #3172
10 years ago
Ted Timmons a87171e280 fix typo in documentation
let's -> lets
10 years ago
Michael Scherer 70a3891b1e Merge pull request #3172 from Comcast/feature/server_scheduler_hints
port 'scheduler_hints' feature from nova_compute to os_server module
10 years ago
René Moser 37d978fa1c Merge pull request #3117 from beamly/fix-ec2-group
Fixes #3109: Executing ec2_group with rules fails with "Inval…
10 years ago
Taras Lipatov 5299279b0b Fixed typo json_fail to fail_json 10 years ago
Fabian Fülling a34dae58cf Fixes #2039 Convert None to 0 when checking if ELB cookie expiration has changed 10 years ago
Jonathan Davila 9c286f35be Clarified IAM module doc 10 years ago
Matt Davis effb355952 Merge pull request #2842 from kanwei/patch-1
Add new Dv2 Azure instances
10 years ago
Matt Martz 1a2a8e152f Merge pull request #3208 from schlueter/fix/add-missing-quote-in-docker-documentation
Add missing quote in docker documentation
10 years ago
Schlueter 0028f58ab6 Add missing quote in docker documentation 10 years ago
Brian Coca ad47bb91f1 Merge pull request #3132 from curious-eyes/fix-2761-gce-UnboundLocalError
Fix #2761: gce.py - UnboundLocalError: local variable 'md'
10 years ago
Brian Coca 22caa104e4 Merge pull request #3187 from TerryHowe/openstack
Fix openstack module documentation
10 years ago
Brian Coca 6a48f2207a corrected typo on aws connection arguments var 10 years ago
Toshio Kuratomi 1c4da434c7 Merge pull request #2421 from willthames/ec2_fix_vpc_security_token
Use connect_to_aws where possible
10 years ago
Terry Howe 447d1e4b7c Fix openstack module documentation 10 years ago
Brian Coca 79564c5aa7 Merge pull request #3054 from atplanet/route53-soa-record-type
Bugfix: Permit SOA record type
10 years ago
Brian Coca 55932201a9 Merge pull request #2931 from ryannealmes/ec2-vpc-subnet-fix
ec2_vpc creating/updating incorrect subnets
10 years ago
David Hocky 5fb334e84b add explicit type for scheduler hints 10 years ago
Brian Coca 0c7af0d807 Merge pull request #3179 from Constantin07/update_ec2_ami_find
ec2_ami_find.py - Treat 'is_public' option as a bool
10 years ago
Constantin07 86a4026f48 Treat 'is_public' option as a bool 10 years ago
Brian Coca 212b1d2044 Merge pull request #3176 from mylokin/3175-docker_image_path
docker_image path param doesn't support home directory #3175
10 years ago
Andrey Gubarev 45b3066c81 update docker_image's path param type to 'path'. Fixes #3175 10 years ago
Matt Martz 305caac35d Merge pull request #1237 from vmihailenco/fix/cdn-cors-headers
rackspace: set headers when uploading files to CF.
10 years ago
Matt Martz 9ccb9af72e Merge pull request #1126 from bobgroves/devel
Adds overwrite option to rax_dns_record
10 years ago
David Hocky cda0ec85b4 port 'scheduler_hints' feature from nova_compute to os_server module 10 years ago
Tim Alkemade c0734fde79 GCE module does not fetch disk images if not necessary 10 years ago
Brian Coca 5129ef5590 Merge pull request #2993 from berlic/devel
Fix docker container restart
10 years ago
Brian Coca 76669fa16c Merge pull request #2992 from dusdanig/devel
Adds ulimit to the docker module
10 years ago
Brian Coca e50a674190 Merge pull request #2977 from scottbrown/bugfix-missing-interpolation-var
BUGFIX: Fixing missing interpolation variable
10 years ago
Brian Coca b9020155ee Merge pull request #2939 from Shrews/os_server
Fix for os_server module when specifying region
10 years ago
Toshio Kuratomi 876b91eb3d Merge pull request #3113 from Constantin07/update_cloudformation
cloudformation.py - Added explicit type for 'tags' option
10 years ago
curious-eyes 858a8b8e67 Fix #2761: gce.py - UnboundLocalError: local variable 'md' 10 years ago
Brian Coca edf3aa336f Merge pull request #3129 from defionscode/lc_doc
Updated ec2_lc docs
10 years ago
Jonathan Davila 51d2f49ae0 Updated ec2_lc docs 10 years ago