Commit Graph

2451 Commits (d4285b5f21bacc72f8c22353f260d0e819680ef2)

Author SHA1 Message Date
René Moser 5e90c86519 Merge pull request #2702 from curious-eyes/add-gce-preemptible
Add preemptible option on gce.py
9 years ago
René Moser 7e879eca32 Merge pull request #2968 from ashwanthkumar/exponential-backoff-in-route53
add retry with exponential backoff on route53
9 years ago
Michael Scherer 74fd65b2d8 s/plubic/public/in the doc 9 years ago
René Moser 13f4b40c15 Merge pull request #3284 from mscherer/fix_docker_args
Improve/fix type checking for docker module
9 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.
9 years ago
Brian Coca dabf28edbe Merge pull request #2853 from Igelko/patch-1
docker: If cmd and entrypoint not set, don't match them
9 years ago
curious-eyes 24f1afc606 Add preemptible option on gce.py 9 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
9 years ago
Brian Coca c10daa5d80 Merge pull request #3302 from rcarrillocruz/allow_domain_name_os_user
Allow passing domain name on os_user
9 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.
9 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
9 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
9 years ago
Brian Coca cf03730fa2 added version added 9 years ago
Brian Coca 73586f7ddb Merge pull request #3124 from nbrownus/elb_proxy_protocol
ELB Proxy Protocol support for backends
9 years ago
Brian Coca 62310c8954 Merge pull request #3077 from jjshoe/devel
Allow us to sort by all available datatypes
9 years ago
Brian Coca 0abade73c4 Merge pull request #2929 from gesellix/add_env_file_support_v2
add `env_file` support
9 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
9 years ago
Yannig Perré b958985816 Add an example of extra_hosts option. 9 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
9 years ago
Rene Moser de7ceacfcd openstack: os_server: add version_added for scheduler_hints
See #3172
9 years ago
Ted Timmons a87171e280 fix typo in documentation
let's -> lets
9 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
9 years ago
René Moser 37d978fa1c Merge pull request #3117 from beamly/fix-ec2-group
Fixes #3109: Executing ec2_group with rules fails with "Inval…
9 years ago
Taras Lipatov 5299279b0b Fixed typo json_fail to fail_json 9 years ago
Fabian Fülling a34dae58cf Fixes #2039 Convert None to 0 when checking if ELB cookie expiration has changed 9 years ago
Jonathan Davila 9c286f35be Clarified IAM module doc 9 years ago
Matt Davis effb355952 Merge pull request #2842 from kanwei/patch-1
Add new Dv2 Azure instances
9 years ago
Matt Martz 1a2a8e152f Merge pull request #3208 from schlueter/fix/add-missing-quote-in-docker-documentation
Add missing quote in docker documentation
9 years ago
Schlueter 0028f58ab6 Add missing quote in docker documentation 9 years ago
Brian Coca ad47bb91f1 Merge pull request #3132 from curious-eyes/fix-2761-gce-UnboundLocalError
Fix #2761: gce.py - UnboundLocalError: local variable 'md'
9 years ago
Brian Coca 22caa104e4 Merge pull request #3187 from TerryHowe/openstack
Fix openstack module documentation
9 years ago
Brian Coca 6a48f2207a corrected typo on aws connection arguments var 9 years ago
Toshio Kuratomi 1c4da434c7 Merge pull request #2421 from willthames/ec2_fix_vpc_security_token
Use connect_to_aws where possible
9 years ago
Terry Howe 447d1e4b7c Fix openstack module documentation 9 years ago
Brian Coca 79564c5aa7 Merge pull request #3054 from atplanet/route53-soa-record-type
Bugfix: Permit SOA record type
9 years ago
Brian Coca 55932201a9 Merge pull request #2931 from ryannealmes/ec2-vpc-subnet-fix
ec2_vpc creating/updating incorrect subnets
9 years ago
David Hocky 5fb334e84b add explicit type for scheduler hints 9 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
9 years ago
Constantin07 86a4026f48 Treat 'is_public' option as a bool 9 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
9 years ago
Andrey Gubarev 45b3066c81 update docker_image's path param type to 'path'. Fixes #3175 9 years ago
Matt Martz 305caac35d Merge pull request #1237 from vmihailenco/fix/cdn-cors-headers
rackspace: set headers when uploading files to CF.
9 years ago
Matt Martz 9ccb9af72e Merge pull request #1126 from bobgroves/devel
Adds overwrite option to rax_dns_record
9 years ago
David Hocky cda0ec85b4 port 'scheduler_hints' feature from nova_compute to os_server module 9 years ago
Tim Alkemade c0734fde79 GCE module does not fetch disk images if not necessary 9 years ago
Brian Coca 5129ef5590 Merge pull request #2993 from berlic/devel
Fix docker container restart
9 years ago
Brian Coca 76669fa16c Merge pull request #2992 from dusdanig/devel
Adds ulimit to the docker module
9 years ago
Brian Coca e50a674190 Merge pull request #2977 from scottbrown/bugfix-missing-interpolation-var
BUGFIX: Fixing missing interpolation variable
9 years ago
Brian Coca b9020155ee Merge pull request #2939 from Shrews/os_server
Fix for os_server module when specifying region
9 years ago
Toshio Kuratomi 876b91eb3d Merge pull request #3113 from Constantin07/update_cloudformation
cloudformation.py - Added explicit type for 'tags' option
9 years ago