community.general/lib/ansible/modules/cloud
Adam Friedman a3b1c94d11 New dimensiondata_vlan module. (#21218)
* Initial (re)implementation of dimensiondata_vlan module.

This module was rewritten because the original implementation was imperative rather than declarative (which is the preferred style, and consistent with our other modules).

Credit for the original module implementation goes to Aimon Bustardo (@aimonb).

* Remove unused imports.

* Improve error message and documentation around expansion of a VLAN's private IPv4 network.

* Split message string over 2 lines.

* Add check_mode support to dimensiondata_vlan module.

ansible/ansible#21218

* Fix errors / warnings reported by Ansible sanity tests.

ansible/ansible#21218

* Remove 'metadata_version' key from documentation.

ansible/ansible#21218

* Return changed=True when changes would be made.

ansible/ansible#21218
2018-02-08 08:42:55 -06:00
..
amazon [cloud] Add key_name parameter to ec2_instance (#35901) 2018-02-08 09:27:02 -05:00
atomic atomic_container: drop duplicate 'latest' choice (#32794) 2017-11-10 16:21:00 -05:00
azure Fixes #34913: azure_rm_loadbalance should accpet a list of rules instead of one (#35592) 2018-02-08 01:32:27 -08:00
centurylink Bulk pep8 fixes - hand crafted (#33690) 2017-12-07 19:29:21 -08:00
cloudscale cloudscale_floating_ip module (#33181) 2017-12-11 14:48:35 +00:00
cloudstack cs_network: implement support acl (#35706) 2018-02-04 19:23:57 +01:00
digital_ocean Digitalocean public private ip (#27269) 2018-02-04 03:45:16 +05:30
dimensiondata New dimensiondata_vlan module. (#21218) 2018-02-08 08:42:55 -06:00
docker Module deprecation: docs, scheme and tests (#34100) 2018-01-30 12:23:52 +00:00
google [cloud] New GCP module: DNS Managed Zones (gcp_dns_managed_zone.py) (#35014) 2018-02-06 11:50:16 -05:00
linode Add module support to yamllint sanity test. (#34964) 2018-01-16 15:08:56 -08:00
lxc Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
lxd Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
misc Fix the oVirt high_performance VM type description. 2018-02-06 03:38:12 -05:00
oneandone New module: manage 1&1 public ip (cloud/oneandone/oneandone_public_ip) (#35079) 2018-02-07 12:15:27 -06:00
openstack name is not a required parameter (#35434) 2018-02-08 08:47:50 -05:00
ovh Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
ovirt Improve ovirt_vms, ovirt_hosts and ovirt_storage_domains (#35782) 2018-02-07 11:48:00 -05:00
packet Module DOCUMENTATION should match argspec (#34895) 2018-01-16 12:18:51 +00:00
profitbricks Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
pubnub
rackspace Module DOCUMENTATION should match argspec (#34895) 2018-01-16 12:18:51 +00:00
smartos Add module support to yamllint sanity test. (#34964) 2018-01-16 15:08:56 -08:00
softlayer sl_vm: PEP8 compliancy and documentation changes (#32657) 2017-11-15 15:22:32 -05:00
spotinst Add module support to yamllint sanity test. (#34964) 2018-01-16 15:08:56 -08:00
univention Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
vmware VMware: Detect SDRS for datastore cluster (#35644) 2018-02-06 06:34:53 -05:00
vultr vultr: new module vr_dns_record (#34423) 2018-01-19 09:34:23 +01:00
webfaction Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
__init__.py