James Cammarata
bb75050912
Merge branch 'rb2' of https://github.com/bpennypacker/ansible into bpennypacker-rb2
...
Conflicts:
library/cloud/route53
11 years ago
Joshua Lund
654b37f212
Fixing typo in EC2 modules
11 years ago
Bruce Pennypacker
0f458210bc
Rebase attempt
...
No idea if I'm rebasing properly or not. This is my first attempt.
11 years ago
Lorin Hochstein
729c03ed88
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
5f18a53530
Fixup docs formatting.
11 years ago
Michael DeHaan
31ccf1dfda
Merge pull request #3748 from lorin/ec2-idempotency
...
Add description to id parameter of ec2 module
11 years ago
Lorin Hochstein
631dc8b7b1
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
3647d112f8
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
0c1f6b4f51
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
1529a974e1
fixed vpc provisioning / clarified group_id usage
11 years ago
Michael DeHaan
2c965476ed
Merge pull request #3550 from lwade/ec2role
...
Added IAM role support
11 years ago
Michael DeHaan
1ff8c78f26
Removing legacy variable usage.
11 years ago
Lester Wade
9ec103e748
Added IAM role support
11 years ago
Michael DeHaan
fafb3c10a5
Merge pull request #3293 from jarv/devel
...
Adds termination support to the ec2 module
12 years ago
Michael DeHaan
0b251d840b
Styling: spacing
12 years ago
John Jarvis
a61ec2e6b3
typo
12 years ago
John Jarvis
c85b0bb05f
using instance_ids and state=absent for removing instances
12 years ago
John Jarvis
3a5f095693
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
2ed9b52481
Quote some strings in the docs
12 years ago
Michael DeHaan
e1abda42a9
Merge pull request #3171 from mynameisdaniil/devel
...
Adds 'groups' field into ec2 plugin
12 years ago
Daniil
07bea63533
Allow 'ec2.group' field to handle lists of groups
12 years ago
Michael DeHaan
a94e404a97
Merge pull request #3236 from lwade/ec2_placementzone
...
Added placement_group parameter for cluster compute. Issue 3232.
12 years ago
lwade
886a71e8eb
Added placement_group parameter for cluster compute.
12 years ago
Jan-Piet Mens
30d641094b
Docs: consistently format playbook EXAMPLES
12 years ago
Michael DeHaan
d323a0ccaa
Standardize example
12 years ago
Michael DeHaan
7af6a11a0c
ec2 module: more indentation fixing
12 years ago
Michael DeHaan
ab2e9dbffd
ec2 module fixes for 'make pep8'
12 years ago
Mario Franco
43156f3bab
Fix tab
12 years ago
Mario Franco
365411d4ee
Fix zone
12 years ago
Mario Franco
f74316607f
Fix security group id for vpc based on @samukasmk solution
12 years ago
Michael DeHaan
391fb98ee2
Allow modules to be categorized, and also sort them when generating the documentation.
12 years ago