Commit Graph

14 Commits (583cfa45e51b53915e35b3fed1471bcf91edc13c)

Author SHA1 Message Date
Michael DeHaan 9f294530e9 Update version_added attribute on recent GCE module additions. 10 years ago
Chris Conway ce38619394 Adds version_added property to new attributes in gce and gce_pd. 11 years ago
Chris Conway 03250b0ace Adds support for creating GCE persistent disks from snapshots 11 years ago
Chris Conway c631178db0 Adds support for creating GCE persistent disks from images 11 years ago
James Tanner 2f474fc4d5 Fix version_added for new params in gce_pd 11 years ago
Michael DeHaan 9fa0ec57fb Scrub choices=BOOLEANS from remaining core module references. Correct form in argument_spec is type='dict'. 11 years ago
Franck Cuny f59e832292 Add credential parameters to the GCE modules.
In order to simplify the workflow with the GCE modules, it's now
possible to add the parameters and project name as arguments to the
various GCE modules.

The inventory plugin also returns the IP of the host in
`ansible_ssh_host` so that you don't have to specify IPs into the
inventory file.

Some update to the documentation are also added.

Closes #5583.
11 years ago
Timur Batyrshin 9ad52632c5 reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852) 11 years ago
James Tanner 4f9aadcc07 Addresses #5023 Fix import comments 11 years ago
James Tanner 38edad70ac Fixes #5023 Convert all modules to use new snippet import pattern 11 years ago
Michael DeHaan 08996d78d6 Add version_added to all modules missing version_added information, the docs formatter will now
raise errors when omitted, updated changelog with new modules.
11 years ago
Michael DeHaan 91c34af12a Fix deprecation warnings in the Google modules. 11 years ago
Eric Johnson ea8147802a custom user-agent header 11 years ago
Eric Johnson ab47f575dd adding Google Compute Engine modules and inventory plugin 11 years ago