community.general/lib/ansible/modules/cloud
jctanner 10fc4417f7 vmware_guest: use the datacenter as a context for clone specs (#26511)
* Slight refactor on vmware_guest to fix path searching and vcsim compatibility.
* Clean up pep8 errors
* Fix more pep8 issues
* Add assertions
* Remove debug failure
* Update docsting for folder with examples
* Revise _get_vm_prop based on suggestions
* Implement folder walker to find a folder path
* More enhancements for datacenter->datacenter cloning
* Fix a few pep8 issues
* Remove useless check for subclass of None
* Fix a few suggestions
* Move serialize_spec to a util function
* Group exceptions together

Fixes #25011
2017-07-11 23:07:00 -04:00
..
amazon ec2_vpc_route_table doc fix: 'subnets' isn't required (#26656) 2017-07-12 10:39:11 +10:00
atomic Atomic containers (#21366) 2017-04-26 08:21:08 -07:00
azure Fix azure module use of module_utils.facts (#25318) 2017-07-11 14:07:20 -04:00
centurylink spelling fixes (non-trivial, might catch a bug) (#23646) 2017-04-26 13:14:34 +01:00
cloudscale Fixed import of urlencode and pathname2url from urllib for python3 (#24424) 2017-05-19 12:22:16 -05:00
cloudstack cloudstack: cs_iso: extend returns 2017-07-12 00:49:37 +02:00
digital_ocean Multiple fixes in digital_ocean_tag module (#24361) 2017-07-04 08:04:49 +02:00
dimensiondata Fixed docs for cloud modules (#23745) 2017-04-27 12:01:11 +01:00
docker Adds docker_secret module (#26469) 2017-07-06 09:22:04 -04:00
google cloud: gce: Allow specifying scopes by URI (#25074) 2017-07-11 15:12:10 -04:00
linode Fix for linode module requiring name for state=restarted (untested, rebased, migrated) (#24827) 2017-07-11 14:05:07 -04:00
lxc Fixed docs for cloud modules (#23745) 2017-04-27 12:01:11 +01:00
lxd Fixed docs for cloud modules (#23745) 2017-04-27 12:01:11 +01:00
misc [cloud] Adds custom serverless binary path option to the serverless module (#26304) 2017-07-07 11:08:26 -04:00
openstack openstack: os_volume: add optional scheduler_hints param (#26090) 2017-07-04 11:51:07 +02:00
ovh
ovirt cloud: ovirt_disks: Fix download of the qcow disk (#26179) 2017-06-29 08:15:26 -04:00
packet Misc typo for Ansible 2017-06-21 11:19:41 -04:00
profitbricks E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
pubnub Fixed docs for cloud modules (#23745) 2017-04-27 12:01:11 +01:00
rackspace updated docs to clarify default change 2017-06-28 12:13:25 -04:00
smartos Fix spelling mistakes (comments only) (#25564) 2017-06-12 07:55:19 +01:00
softlayer fix typo. (#24531) 2017-05-12 08:42:52 -04:00
univention
vmware vmware_guest: use the datacenter as a context for clone specs (#26511) 2017-07-11 23:07:00 -04:00
webfaction E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
__init__.py