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
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
..
amazon Set the argument type for ec2_vol's encrypted parameter 10 years ago
azure keep backwards compatibility 10 years ago
digital_ocean doc updates 10 years ago
docker Add zfil as an owner of the docker module 10 years ago
google Delete dead and broken code 11 years ago
linode Updating cloud modules with proper github author information 11 years ago
openstack fixed quantum_ modules to work with minimum access rights if greater access rights are not needed 10 years ago
rackspace added version added to new rax_cdb choices 10 years ago
vmware Added support for reconfiguring network (moving to another switch, for example) 10 years ago
__init__.py package files 11 years ago