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/cloud/amazon
Michel Alexandre Salim 18f4f5dcc6 Set the argument type for ec2_vol's encrypted parameter
If this is not set, Ansible parses the parameter as a string.
This is fine if the parameter is not provided by the caller, but
if it is set to False or True explicitly, ec2_vol receives this as
the string 'False' or the string 'True', both of which are truthy.

Thus, without this fix, setting the parameter results in encryption
always enabled.
9 years ago
..
__init__.py
_ec2_ami_search.py
cloudformation.py
ec2.py Merge pull request #2541 from joshuaeke/patch-1 9 years ago
ec2_ami.py
ec2_ami_find.py
ec2_asg.py Don't raise or catch StandardError in amazon modules 9 years ago
ec2_eip.py
ec2_elb.py Don't raise or catch StandardError in amazon modules 9 years ago
ec2_elb_lb.py Don't raise or catch StandardError in amazon modules 9 years ago
ec2_facts.py
ec2_group.py
ec2_key.py
ec2_lc.py Don't raise or catch StandardError in amazon modules 9 years ago
ec2_metric_alarm.py Don't raise or catch StandardError in amazon modules 9 years ago
ec2_scaling_policy.py Don't raise or catch StandardError in amazon modules 9 years ago
ec2_snapshot.py Fix ec2_snapshot documentation 9 years ago
ec2_tag.py
ec2_vol.py Set the argument type for ec2_vol's encrypted parameter 9 years ago
ec2_vpc.py
ec2_vpc_net.py Don't raise or catch StandardError in amazon modules 9 years ago
elasticache.py
elasticache_subnet_group.py
iam.py
iam_cert.py
iam_policy.py Update in Amazon IAM Policy Documentation 9 years ago
rds.py Fix rds "promote" command never promoting 9 years ago
rds_param_group.py Don't raise or catch StandardError in amazon modules 9 years ago
rds_subnet_group.py
route53.py
s3.py