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
René Moser 8d1ce3f2fd Additional provider features added and fixed some bugs (#2769)
* Additional provider features added and fixed some bugs.
* Added support for SSH keys, image passwords, SSD disk type, and CPU family.
* Adjusted server create so that IP address is returned in response.
* Restructured remove server method(s) to handle change status properly, gracefully handle missing servers, and improve overall performance.
* Prevent duplicate server names from being provisioned so removals can be handled appropriately.
* Fixed a bug in the count increment being a string rather than an integer.
* Fixed issue with create_volume returning invalid response.
* Fixed type bug in volume instance_ids for volume removal and improved volume management.
* Fixed type bug in instance_ids for proper server removal and moved boot volume creation into composite server build request.
* General clean up.

* Removed us/lasdev datacenter which the cloud provider no longer maintains.

* Included version_added for new options.

* Added support for firewall rules, consolidated resource UUID retrieval methods for server and NIC modules, and set LAN type to int.

* Minor documentation corrections.

* Some further documentation updates including version.

* Added RETURN documentation.

* Reverting recent commits back to initial PR and will move the new profitbricks_firewall_rule module and other recent changes to a new branch.

Revert "Added support for firewall rules, consolidated resource UUID retrieval methods for server and NIC modules, and set LAN type to int."

This reverts commit 464cbb89f2.

* Set variable types, defined choices, and cleaned up whitespace.

* Added parameter choices for bus.
8 years ago
..
amazon ec2_vpc_dhcp_options_facts: fix exception handling, fixes build (#2819) 8 years ago
atomic Moved the atomic modules to cloud/atomic. (#2784) 8 years ago
azure
centurylink
cloudstack
google
lxc
lxd
misc This is an ansible module to control/create/adapt/remove VMs on a RHEV/oVirt environment. (#2202) 8 years ago
openstack Add openstack os_server_group module (#2702) 8 years ago
ovh
profitbricks Added parameter choices for bus. 8 years ago
rackspace
smartos
softlayer
vmware Set explicit type for timeout (#2809) 8 years ago
webfaction
__init__.py
xenserver_facts.py