summaryrefslogtreecommitdiff
path: root/contrib/inventory/gce.py
Commit message (Expand)AuthorAgeFilesLines
* Migrated to community.generalAnsible Core Team2020-03-091-521/+0
* Renamed SafeConfigParser to ConfigParser in gce inventory script (#54974)junji hashimoto2019-04-101-2/+2
* Use ansible.module_utils.six in inventory scripts (#55000)Sam Doran2019-04-091-4/+1
* Fix various sonarcloud issuesDag Wieers2019-02-151-17/+4
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-3/+3
* Remove use of simplejson throughout code base (#43548)Matt Martz2018-08-101-4/+1
* Surround top-level function and class definitions with two blank lines.Joren Vrancken2018-07-311-0/+1
* Adding multiple project support for GCE (#39473)John Roach2018-05-111-15/+21
* Allow filtering of instances by tags in GCE dynamic inventory (#35770)Peter Schiffer2018-03-141-0/+25
* Added handling optional GCE_CREDENTIALS_FILE_PATH (#25526)Maciej Lasyk2017-08-301-0/+2
* Compatibility of gce.py (Google Cloud Ansible inventory) with Python 3 (#26032)Achraf Cherti2017-08-181-4/+8
* Add node private & public ips to gce groups (#12539)Do Hoang Khiem2017-08-091-0/+7
* Cyptography pr 20566 rebase (#25560)Toshio Kuratomi2017-06-271-1/+0
* pep8 fixes for contrib (#24344)Matt Martz2017-05-091-10/+9
* Added subnetwork parameter to inventory instance dictionary. (#23984)Tom Melendez2017-04-261-0/+6
* Added support for specifying zone for gce dynamic inventory (#20938)Markus Liljedahl2017-03-161-1/+4
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-1/+1
* PEP 8 cleanup. (#20789)Matt Clay2017-01-281-12/+24
* minor spelling changesCarlos E. Garcia2016-12-131-1/+1
* [GCE] inventory script supports paginated API results. (#18554)Tom Melendez2016-12-081-1/+10
* Port has_key to python3 compatible syntaxJames Tanner2016-11-161-7/+7
* [GCE] Caching support for inventory script. (#18093)Tom Melendez2016-10-241-18/+111
* Use sys.exit(msg) i/o print() and sys.exit() (#15465)Adrian Likins2016-08-231-4/+2
* Added the ability to filter gce grouped_instances by region/zone (#14138)Wayne Witzel III2016-07-141-2/+18
* Adding instance_states option to gce inventoryKenny Woodson2016-06-171-0/+24
* New inventory_ip_type option in gce inventory toolMatt Hite2016-05-031-10/+43
* fix loggingVlad Panainte2016-03-181-0/+3
* Use print() as function under contrib/Marius Gedminas2015-08-281-2/+2
* Use 'except ... as' syntax in contrib/ and test/ tooMarius Gedminas2015-08-271-1/+1
* GCE tag prefix for creating ansible group.Mathieu Lecarme2015-07-171-1/+4
* fixed all references to old plugins/inventory to point at contrib/inventoryBrian Coca2015-07-101-1/+1
* poreted log_plays, syslog_json and osx_say callbacks to v2Brian Coca2015-07-101-0/+297