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
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.
11 years ago
..
cloud Adding module to de-register/register EC2 instances 11 years ago
commands Allow modules to be categorized, and also sort them when generating the documentation. 11 years ago
database Allow modules to be categorized, and also sort them when generating the documentation. 11 years ago
files Allow modules to be categorized, and also sort them when generating the documentation. 11 years ago
internal Allow modules to be categorized, and also sort them when generating the documentation. 11 years ago
inventory Allow modules to be categorized, and also sort them when generating the documentation. 11 years ago
messaging Allow modules to be categorized, and also sort them when generating the documentation. 11 years ago
monitoring Allow modules to be categorized, and also sort them when generating the documentation. 11 years ago
net_infrastructure Allow modules to be categorized, and also sort them when generating the documentation. 11 years ago
network Fixed bug where if destination was unspecified, changed would not be set, resulting in an UnboundLocalError. 11 years ago
packaging Allow modules to be categorized, and also sort them when generating the documentation. 11 years ago
source_control Allow modules to be categorized, and also sort them when generating the documentation. 11 years ago
system Fixed setup module to accomodate venet interfaces (OpenVZ) 11 years ago
utilities Slight tweak to set_fact variable documentation to clarify scope info. 11 years ago
web_infrastructure Allow modules to be categorized, and also sort them when generating the documentation. 11 years ago