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.
10 years ago
..
__init__.py added __init__.py to new cloud subcategories so builds work again 11 years ago
_ec2_ami_search.py Clarity of owner, even though module is deprecated 10 years ago
cloudformation.py Merge pull request #725 from robbwagoner/cloudformation-resources 10 years ago
ec2.py Merge pull request #2541 from joshuaeke/patch-1 10 years ago
ec2_ami.py added missing version_added 10 years ago
ec2_ami_find.py Another fix for docs 10 years ago
ec2_asg.py Don't raise or catch StandardError in amazon modules 10 years ago
ec2_eip.py @lorin stepping down as maintainer 10 years ago
ec2_elb.py Don't raise or catch StandardError in amazon modules 10 years ago
ec2_elb_lb.py Don't raise or catch StandardError in amazon modules 10 years ago
ec2_facts.py minor doc fixes 11 years ago
ec2_group.py changed modules to use common ec2 docs for region 10 years ago
ec2_key.py changed modules to use common ec2 docs for region 10 years ago
ec2_lc.py Don't raise or catch StandardError in amazon modules 10 years ago
ec2_metric_alarm.py Don't raise or catch StandardError in amazon modules 10 years ago
ec2_scaling_policy.py Don't raise or catch StandardError in amazon modules 10 years ago
ec2_snapshot.py Fix ec2_snapshot documentation 10 years ago
ec2_tag.py changed modules to use common ec2 docs for region 10 years ago
ec2_vol.py Set the argument type for ec2_vol's encrypted parameter 10 years ago
ec2_vpc.py changed modules to use common ec2 docs for region 10 years ago
ec2_vpc_net.py Don't raise or catch StandardError in amazon modules 10 years ago
elasticache.py Make cache_parameter_group the name of this new param to match with similar params (leave old name as an alias) 10 years ago
elasticache_subnet_group.py changed modules to use common ec2 docs for region 10 years ago
iam.py Merge pull request #2413 from raben2/devel 10 years ago
iam_cert.py Update try statement as pointed out by defionscode 10 years ago
iam_policy.py Update in Amazon IAM Policy Documentation 10 years ago
rds.py Fix rds "promote" command never promoting 10 years ago
rds_param_group.py Don't raise or catch StandardError in amazon modules 10 years ago
rds_subnet_group.py changed modules to use common ec2 docs for region 10 years ago
route53.py Fixes #822 10 years ago
s3.py Remove @ralph-tice from maintainership per his request 10 years ago