Commit Graph

7 Commits (6db8c642d53ea2bc8b6d64e2fbeb2b7c4eccae6c)

Author SHA1 Message Date
Michael DeHaan fe6c6e6779 Revert "Added an elb_region parameter for interacting with the ec2 elastic load balancer to work with regions other than us-east-1"
This reverts commit 1264a5b47d.
11 years ago
Ian O Connell 8fc80f296e Added an elb_region parameter for interacting with the ec2 elastic load balancer to work with regions other than us-east-1 11 years ago
John Jarvis 724c2f2709 Parameter and variable naming issues 12 years ago
John Jarvis 8098b80e2d changing arg name for consistency, absent/present for registration 12 years ago
John Jarvis 43910bd290 doc update 12 years ago
John Jarvis bfc0ea3b0e marking the state changed only when there are ELBs to work on 12 years ago
John Jarvis 434a9d3501 Adding module to de-register/register EC2 instances
This module handles AWS EC2 ELB registration.

* De-registration requires the instance id which can be looked up using
  the ec2_facts module.
* Registration requires both the instance id and the elbs that the
  instance belongs to.

De-registration will return an ec2_elb fact that can be used for
registration in post_tasks.
12 years ago