Rob Szewczyk
53e9a422e8
Correcting the security group id lookup from the list of security group names
11 years ago
James Laska
582a32040b
Honor wait on ec2 instance termination
11 years ago
James Tanner
0a5adda059
Fixes #4540 Use shared module snippet to evaluate ec2 credentials
11 years ago
Michael DeHaan
b5e5a96d03
Leverage 4318b27 and no longer treat instance tags as JSON, but as dictionary types which could be key=value or dicts or JSON or references.
11 years ago
James Tanner
740491e0ce
Fixes #4500 change ec2 module params to type=bool
...
Revert 4833c2fdf0
11 years ago
Andy Kluger
1cc0a8af6d
Corrected docs ("monitor" -> "monitoring" and dissociated monitoring from instance_tags in examples)
11 years ago
Michael DeHaan
b73f311f8b
Make group_id be a list.
11 years ago
James Cammarata
e14d857037
Make the ec2 wait code a little smarter
...
The code to determine the number of running instances could blow up
if the response from AWS did not actually contain any data. This code
makes it a bit smarter in handling, so that it will wait for a valid
response regardless of the wait condition.
Fixes #3980
11 years ago
Charles Blonde
4639295563
Update instance_profile_name message
11 years ago
Charles Blonde
637e4216ac
Add support to Boto library < 2.5.0
11 years ago
James Cammarata
d9c460ed07
Merge branch 'rb2' of https://github.com/bpennypacker/ansible into bpennypacker-rb2
...
Conflicts:
library/cloud/route53
11 years ago
Joshua Lund
fe5154f0c6
Fixing typo in EC2 modules
11 years ago
Bruce Pennypacker
11470fea04
Rebase attempt
...
No idea if I'm rebasing properly or not. This is my first attempt.
11 years ago
Lorin Hochstein
2281cb66a3
Minor doc update to s3 & ec2 modules
...
Adds some additional docs about the module parameters for s3
and ec2 modules.
11 years ago
Michael DeHaan
f0763558ad
Fixup docs formatting.
11 years ago
Michael DeHaan
2387cfeb9b
Merge pull request #3748 from lorin/ec2-idempotency
...
Add description to id parameter of ec2 module
11 years ago
Lorin Hochstein
099936da22
Add description to id parameter of ec2 module
...
Add some details in the docs about how the id parameter of the ec2
module behaves.
11 years ago
Lorin Hochstein
262808cf7c
ec2: Removed unused line
...
Remove the reference to the unused "termination_list" parameter
in the ec2 module. The instance_ids parameter is the one that contains
the list of instance ids to be terminated.
11 years ago
Lorin Hochstein
3840a9f8f5
ec2: check for changes
...
In the ec2 module, if an id is specified, check if there have been
any changes. If not, return changed=False
Fixes #3746
11 years ago
Ralph Tice
151f73138f
fixed vpc provisioning / clarified group_id usage
11 years ago
Michael DeHaan
24e83c782f
Merge pull request #3550 from lwade/ec2role
...
Added IAM role support
11 years ago
Michael DeHaan
43429e9663
Removing legacy variable usage.
11 years ago
Lester Wade
7984891d36
Added IAM role support
11 years ago
Michael DeHaan
24bacabd6a
Merge pull request #3293 from jarv/devel
...
Adds termination support to the ec2 module
12 years ago
Michael DeHaan
2f5ad8c5d6
Styling: spacing
12 years ago
John Jarvis
eb97624de3
typo
12 years ago
John Jarvis
abffe2e9a6
using instance_ids and state=absent for removing instances
12 years ago
John Jarvis
0cc09a47e5
Adds termination support to the ec2 module
...
Pass in the `instances` output of the ec2 module
to terminate a list of instances that were previously provisioned.
Useful for automated testing.
12 years ago
Michael DeHaan
2b5a7c69a9
Quote some strings in the docs
12 years ago
Michael DeHaan
b5d25b9843
Merge pull request #3171 from mynameisdaniil/devel
...
Adds 'groups' field into ec2 plugin
12 years ago
Daniil
9d79bfa4ee
Allow 'ec2.group' field to handle lists of groups
12 years ago
Michael DeHaan
b1d96bc839
Merge pull request #3236 from lwade/ec2_placementzone
...
Added placement_group parameter for cluster compute. Issue 3232.
12 years ago
lwade
2ef0d94ab4
Added placement_group parameter for cluster compute.
12 years ago
Jan-Piet Mens
98c1423269
Docs: consistently format playbook EXAMPLES
12 years ago
Michael DeHaan
aeffb17d6b
Standardize example
12 years ago
Michael DeHaan
1e8bc816f4
ec2 module: more indentation fixing
12 years ago
Michael DeHaan
58aad8c6e8
ec2 module fixes for 'make pep8'
12 years ago
Mario Franco
11ad5d2679
Fix tab
12 years ago
Mario Franco
b0331af29b
Fix zone
12 years ago
Mario Franco
015117b990
Fix security group id for vpc based on @samukasmk solution
12 years ago
Michael DeHaan
cd97a4cb14
Allow modules to be categorized, and also sort them when generating the documentation.
12 years ago