community.general/lib/ansible/modules/extras/cloud
Mike Mochan 275210b06e New AWS module for managing VPC Network ACLs (#1502)
* New AWS module for managing VPC Networks ACLs

Moved return  outside of try block

botocore.exceptions to support python 2.5

For some reason Travis is using Python V2.4 to run the tests - My code is valid

duplicate file

* Fixed NameError Exception- module not being passed when calling some boto3 client methods

* Fixes a bug reported by @dennisconrad, where the nacl is not created when subnets list is empty

* nacl property changed to name and fixes a bug where nacl is not deleted when subnets list is empty

* Updates to version and requirements

* Fix 'vpc' param to 'vpc_id' to match documentation and convention
2016-12-08 11:34:16 -05:00
..
amazon New AWS module for managing VPC Network ACLs (#1502) 2016-12-08 11:34:16 -05:00
azure azure_rm_deployment: fix docs and move import utils near main() 2016-12-08 11:34:11 -05:00
centurylink added missing : to docs 2016-12-08 11:33:32 -05:00
cloudstack cloudstack: new module cs_router 2016-12-08 11:34:14 -05:00
google Use type=path for pem_file, since that's a file (#1934) 2016-12-08 11:34:06 -05:00
lxc Use a python3 compatible notation for octal (#2238) 2016-12-08 11:34:15 -05:00
misc change netif type to dict and update example (#2187) 2016-12-08 11:34:13 -05:00
openstack Add os_project_facts module 2016-12-08 11:34:05 -05:00
profitbricks Rebuild of ealier PR. 2016-12-08 11:33:12 -05:00
rackspace Use rax_to_dict(). 2016-12-08 11:32:57 -05:00
smartos added return docs 2016-12-08 11:34:16 -05:00
softlayer Update sl_vm.py (#2267) 2016-12-08 11:34:16 -05:00
vmware Move the import of get_exception to pycompat24 2016-12-08 11:34:15 -05:00
webfaction type should be 'list' not the default of 'string' 2016-12-08 11:34:03 -05:00
__init__.py package files 2016-12-08 11:32:18 -05:00
xenserver_facts.py sys.exit removal for cloud/xenserver_facts.py 2016-12-08 11:33:25 -05:00