Commit Graph

26 Commits (7f2ae3f375864142785e0f106af3649e32dfb17d)

Author SHA1 Message Date
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
11 years ago
Michael DeHaan 2f5ad8c5d6 Styling: spacing 11 years ago
John Jarvis eb97624de3 typo 11 years ago
John Jarvis abffe2e9a6 using instance_ids and state=absent for removing instances 11 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.
11 years ago
Michael DeHaan 2b5a7c69a9 Quote some strings in the docs 11 years ago
Michael DeHaan b5d25b9843 Merge pull request #3171 from mynameisdaniil/devel
Adds 'groups' field into ec2 plugin
11 years ago
Daniil 9d79bfa4ee Allow 'ec2.group' field to handle lists of groups 11 years ago
Michael DeHaan b1d96bc839 Merge pull request #3236 from lwade/ec2_placementzone
Added placement_group parameter for cluster compute. Issue 3232.
11 years ago
lwade 2ef0d94ab4 Added placement_group parameter for cluster compute. 11 years ago
Jan-Piet Mens 98c1423269 Docs: consistently format playbook EXAMPLES 11 years ago
Michael DeHaan aeffb17d6b Standardize example 11 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