.. |
__init__.py
|
…
|
|
_ec2_ami_search.py
|
Remove unneeded urllib2 import
|
2016-12-08 11:23:27 -05:00 |
cloudformation.py
|
Change type of parameter 'template' to 'path'.
|
2016-12-08 11:23:38 -05:00 |
ec2.py
|
Fix error on ec2 status change
|
2016-12-08 11:23:39 -05:00 |
ec2_ami.py
|
Clarify available options for device_mapping parameter of ec2_ami module
|
2016-12-08 11:23:37 -05:00 |
ec2_ami_find.py
|
Updating cloud modules with proper github author information
|
2016-12-08 11:23:07 -05:00 |
ec2_asg.py
|
Update ec2_asg.py
|
2016-12-08 11:23:40 -05:00 |
ec2_eip.py
|
Fixing bug #2058 and adding some backwards compatibility
|
2016-12-08 11:23:35 -05:00 |
ec2_elb.py
|
Updating cloud modules with proper github author information
|
2016-12-08 11:23:07 -05:00 |
ec2_elb_lb.py
|
Adding support for access logs in ELB
|
2016-12-08 11:23:37 -05:00 |
ec2_facts.py
|
Updating cloud modules with proper github author information
|
2016-12-08 11:23:07 -05:00 |
ec2_group.py
|
ec2_group.py: added ICMP rule example
|
2016-12-08 11:23:37 -05:00 |
ec2_key.py
|
Add missing GPLv3 License header
|
2016-12-08 11:23:25 -05:00 |
ec2_lc.py
|
Remove non-ascii quote char
|
2016-12-08 11:23:33 -05:00 |
ec2_metric_alarm.py
|
Move import statements for easier debugging (correct line numbers)
|
2016-12-08 11:23:40 -05:00 |
ec2_scaling_policy.py
|
Add missing GPLv3 License header
|
2016-12-08 11:23:25 -05:00 |
ec2_snapshot.py
|
Refactor ec2_snapshot to make it more testable
|
2016-12-08 11:23:28 -05:00 |
ec2_tag.py
|
minor doc fix
|
2016-12-08 11:23:39 -05:00 |
ec2_vol.py
|
ec2_vol: Added missing "needs 2.0" doc
|
2016-12-08 11:23:32 -05:00 |
ec2_vpc.py
|
Updating cloud modules with proper github author information
|
2016-12-08 11:23:07 -05:00 |
ec2_vpc_net.py
|
Added 'resource_tags' alias
|
2016-12-08 11:23:22 -05:00 |
elasticache.py
|
Fix a argument mismatch in elasticache
|
2016-12-08 11:23:38 -05:00 |
elasticache_subnet_group.py
|
Elasticache Subnet Group
|
2016-12-08 11:23:04 -05:00 |
iam.py
|
Fix improper indentation
|
2016-12-08 11:23:36 -05:00 |
iam_cert.py
|
Replaces 'old' get_ec2_creds connection method with get_aws_connection_info to support passing in security_token for temporary creds.
|
2016-12-08 11:23:38 -05:00 |
iam_policy.py
|
Remove 'str' type so that json is properly quoted
|
2016-12-08 11:23:36 -05:00 |
rds.py
|
Fix for modifying the size of an RDS instance. When attempting to modify the size of an RDS instance Ansible succeeds and returns a "changed" status. However, no changes are applied to the RDS instance. Boto is looking for a keyword parameter of "allocated_storage" to update the size, and this parameter wasn't being included.
|
2016-12-08 11:23:37 -05:00 |
rds_param_group.py
|
Updating cloud modules with proper github author information
|
2016-12-08 11:23:07 -05:00 |
rds_subnet_group.py
|
Updating cloud modules with proper github author information
|
2016-12-08 11:23:07 -05:00 |
route53.py
|
Update route53.py
|
2016-12-08 11:23:24 -05:00 |
s3.py
|
Update s3.py
|
2016-12-08 11:23:36 -05:00 |