You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/library/cloud
John Jarvis e9254fbc5a 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.
13 years ago
..
cloudformation Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
ec2 Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
ec2_elb Adding module to de-register/register EC2 instances 13 years ago
ec2_facts Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
ec2_vol Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
rax Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
s3 Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago
virt Allow modules to be categorized, and also sort them when generating the documentation. 13 years ago