community.general/lib/ansible/modules/cloud
Ryan Brown 135b92bf4e Check status of finished spot instance requests (#4990)
Per #3877, the code to wait for spot instance requests to finish would
hang for the full wait time if any spot request failed for any reason.
This commit introduces status checks for spot requests, so if the
request fails, finishes, or is cancelled the task will fail/succeed
accordingly.

One edge case introduced here is tha if a user terminates the instance
associated with the request manually it won't fail the play, under the
presumption that the user *wants* the instance terminated.
2016-12-08 11:25:15 -05:00
..
amazon Check status of finished spot instance requests (#4990) 2016-12-08 11:25:15 -05:00
azure ssh_public_keys on Azure virtual machine is a list (#4350) 2016-12-08 11:24:53 -05:00
digital_ocean Remove duplicate keys from module docs. (#4920) 2016-12-08 11:25:11 -05:00
docker Let docker-py handle decoding and JSON parsing of stream data. Fixes #4930. 2016-12-08 11:25:14 -05:00
google Support for GCE Managed Instance Groups. (#4541) 2016-12-08 11:25:09 -05:00
linode Py3 exclude list (#3698) 2016-12-08 11:24:29 -05:00
openstack Fix os_network's create_network() call for older shade versions (#5058) 2016-12-08 11:25:14 -05:00
rackspace Fixing Rackspace compile time errors irt exception handling for Python 3 (#3849) 2016-12-08 11:24:34 -05:00
vmware Port vsphere_guest to py3/py2.4 syntax (#3721) 2016-12-08 11:24:30 -05:00
__init__.py package files 2016-12-08 11:22:22 -05:00