summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/google
Commit message (Expand)AuthorAgeFilesLines
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-1416-50/+64
* Enable path expansion in GCE modulesJohannes Kohnen2017-03-125-10/+10
* [cloud] New module: gce_template (#20918)GwenaelPellenArkeup2017-03-011-0/+562
* [GCE] New module: Google Cloud Spanner (#21731)Tom Melendez2017-03-011-0/+287
* [GCE] Doc fixes for gce_net (#21524)Tom Melendez2017-02-162-29/+110
* Validate EXAMPLES as YAMLMatt Martz2017-02-152-4/+5
* Removes expanduser in favor of type 'path'Tim Rupp2017-02-141-6/+2
* [cloud] gce_net fix for unsetting firewall rule properties in the project. (#...Robert Simmons2017-02-081-1/+10
* Update validate-modules (#20932)Matt Martz2017-02-023-2/+14
* [GCE] External IP Address Module. (#20779)Tom Melendez2017-02-011-0/+232
* PEP 8 E111 cleanup.Matt Clay2017-01-301-93/+93
* PEP 8 E111 cleanup.Matt Clay2017-01-301-44/+44
* PEP 8 E111 & E114 cleanup. (#20838)Matt Clay2017-01-303-3/+3
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-296-21/+21
* PEP 8 cleanup. (#20790)Matt Clay2017-01-282-5/+5
* PEP 8 cleanup. (#20789)Matt Clay2017-01-282-2/+2
* PEP 8 W291 whitespace cleanup.Matt Clay2017-01-276-23/+23
* PEP 8 whitespace cleanup. (#20783)Matt Clay2017-01-275-16/+16
* Created gce_snapshot module (#20057)Rob Wagner2017-01-271-0/+227
* Fixed issue in gce_net with firewall rules that have protocols that d… (#20...Robert Simmons2017-01-261-2/+2
* [GCE] Google Cloud Pubsub Module (#19091)Tom Melendez2017-01-262-0/+475
* update GCE instance image with Debian 8 Jessie (#20558)Daniel Andrei Mincă2017-01-241-3/+4
* Fixed bug where it was impossible to set non-ephemeral external ips. (#19701)rmarsa2017-01-181-12/+9
* gce_pd: add delete_on_termination option (#20201)Laurent Goujon2017-01-181-7/+23
* Allow the use of paths like ~/.project.json (#16064)jayme-github2017-01-161-2/+2
* Added the ability to set the size of the boot volume. (#19703)rmarsa2017-01-111-1/+10
* [GCE] gc_storage: add type parameter to expiration in argument_spec. (#19979)Tom Melendez2017-01-061-1/+1
* gce_net module: fail when no libcloud is foundRyan S. Brown2017-01-061-1/+1
* Add regex support to gce_tag module, add unit tests and update integration te...Tom Melendez2016-12-291-93/+99
* Fix differences with devel.Matt Clay2016-12-081-4/+4
* Relocating extras into lib/ansible/modules/ after mergeJames Cammarata2016-12-084-0/+1644
* Resolving differences in core modules post-mergeJames Cammarata2016-12-083-27/+8
* Refreshed metadata for core modulesToshio Kuratomi2016-12-086-0/+24
* Native YAML - cloud/google/gce.py (#5800)Fabio Alessandro Locati2016-12-081-2/+4
* Performance improvement using in-operator on dictsDag Wieers2016-12-081-1/+1
* Examples syntax batch5 (#5622)Sam Doran2016-12-083-25/+68
* Support for named_ports in Managed Instance Groups. A libcloud guard has been...Tom Melendez2016-12-081-0/+124
* GCE: Add support for 'number' parameter for manually provisioned Google Compu...John Baublitz2016-12-081-67/+111
* Added libcloud guard for Managed Instance Groups. (#4911)Tom Melendez2016-12-081-3/+7
* GCE module examples update. Correct syntax, demonstrate other options and cre...Tom Melendez2016-12-081-84/+96
* Support for GCE Managed Instance Groups. (#4541)Tom Melendez2016-12-081-0/+763
* Document ability to disable external IP with 'none' setting. Closes #2562. (#...Tom Melendez2016-12-081-1/+1
* Doc updateJohn Baublitz2016-12-081-1/+20
* Fix exception handling to be compatible with Python 3John Baublitz2016-12-081-3/+3
* Additional error handling for corner cases like deleting networks with active...John Baublitz2016-12-081-1/+11
* DocumentationJohn Baublitz2016-12-081-1/+22
* Logic to allow subnet creationJohn Baublitz2016-12-081-8/+46
* Add error handling for specifying 'mode' with insufficiently recent libcloudJohn Baublitz2016-12-081-0/+2
* Changes to allow 'auto' mode which does not allow IP address specificationJohn Baublitz2016-12-081-3/+7
* Support for newer networking modes in GCEJohn Baublitz2016-12-081-1/+11