Commit Graph

21 Commits (5b7e052d06622dd10fff7129a3d082a162b28887)

Author SHA1 Message Date
Toshio Kuratomi cbdaf1044d Few more places where gce modules need python3 compat exceptions 9 years ago
Michael Scherer 135e105564 Fix gce module to compile on python 3 (#3179) 9 years ago
Ryan Brown eaf3ace6a6 Fix owner on gce_img 9 years ago
Tom Melendez 935a3ab2cb Change 'values' to 'record_data' for gcdns module. (#3003)
Using values caused problems while creating an integration playbook as it is a reserved word.  Seeing as this module is not yet released, it's prudent to make this change now.  'record_data' is more descriptive and uses the _data convention that we've established for instances.

No functionality in the module has changed.
9 years ago
Robin Schneider 67a1bebbd3 Use addresses and names reserved for documentation (#2894)
Trying to preserve the meaning of the examples.

Related to: https://github.com/ansible/ansible/issues/17479
9 years ago
Gilles Gagniard f83aa9fff3 GCE : Fix image family handling with libcloud > 0.20.1 (#2289)
* fix image family handling with libcloud > 0.20.1

* add missing import
9 years ago
William Albert 9fda16070f Add modules to support Google Cloud DNS (#2252)
This commit adds modules that can manipulate Google Cloud DNS. The modules can create and delete zones, as well as records within zones.
10 years ago
Michael Scherer bd0deed367 Use type=path for pem_file, since that's a file (#1934) 10 years ago
Brian Coca b65a583902 added version_added to new feature, removed unused aliases 10 years ago
daniel-sc dbb0bcd9e4 configurable timeout for creating gce image 10 years ago
Matt Martz abf7ee579e sys.exit removal for cloud/google/gce_img.py and cloud/google/gce_tag.py 10 years ago
dohoangkhiem f27a817cbf Remove incorrect copyright | minor refinement of code convention 11 years ago
dohoangkhiem 54a79ff856 New module: gce_tag for add/remove tags to/from GCE instance 11 years ago
Greg DeKoenigsberg 004dedba8a Changes to author formatting, remove emails 11 years ago
Brian Coca bceeba224f fix doc parsing by correctly quoting author 11 years ago
Greg DeKoenigsberg a0ce79250d Adding author's github id 11 years ago
Toshio Kuratomi a589a66710 Update module documentation if modules have a dep on python2.6+ 11 years ago
Brian Coca cf9a243cd7 added missing __init__.py 11 years ago
Peter Tan 9b64cf6797 Do not check for the image before calling gce.ex_create_image() or gce.ex_delete_image(), instead catching the ResourceExistsError or ResourceNotFoundError respectively. 11 years ago
Peter Tan 5ab2dcf76a Address review comments from @sivel and @erjohnso 11 years ago
Peter Tan d0382bda00 Add gce_img module for utilizing GCE image resources 11 years ago