summaryrefslogtreecommitdiff
path: root/contrib/inventory/vmware_inventory.py
Commit message (Expand)AuthorAgeFilesLines
* vmware_inventory: do not ignore validate_certsGonéri Le Bouder2019-07-261-1/+13
* VMware: Python3 migrations for vmware_inventory.py (#47538)Rowin Andruscavage2019-06-251-6/+6
* Use ansible.module_utils.six in inventory scripts (#55000)Sam Doran2019-04-091-2/+3
* VMware: debug property values (#45410)Abhijeet Kasurde2019-02-041-1/+8
* VMware: remove unused imports (#43804)Abhijeet Kasurde2018-08-091-4/+3
* VMware: blacklist custom fields in vmware_inventory.py (#36877)tod-uma2018-07-181-1/+9
* Name of global custom attributes are not managed by the inventory (#41786)smutel2018-07-051-1/+1
* VMware: Custom Field in vmware_inventory (#39796)Abhijeet Kasurde2018-05-101-6/+10
* VMware: Support for multiple jinja filters in vmware_inventory (#38173)Abhijeet Kasurde2018-04-111-3/+15
* Fixes Making sure that the key value returns a string to avoid concatenation ...John Roach2018-04-051-1/+1
* Set `raw=True` when reading passwords from ConfigParser files. (#35582)Bill Nottingham2018-04-051-1/+1
* Fix ConfigParser.set error in vmware_inventory (#31643)Abhijeet Kasurde2017-11-281-40/+6
* VMware: change default host_filter to gueststate (#32839)Abhijeet Kasurde2017-11-211-1/+1
* Exception handling in vmware_inventory for vcsim (#32700)gamuniz2017-11-121-0/+2
* Add a select_chain_match filter to vmware_inventory (#28778)jctanner2017-09-271-0/+10
* Fixup the property collection for dictionaries vs. objects (#28609)jctanner2017-08-251-12/+21
* Fix valueerror in vmware_inventory.py (#28597)jctanner2017-08-241-1/+1
* Added GPL header to vmware_inventory.py (#24443)Andrea Tartaglia2017-08-181-0/+15
* Fix undefined variables, basestring usage, and some associated python3 issuesToshio Kuratomi2017-07-251-17/+12
* Update vmware_inventory (#26308)Abhijeet Kasurde2017-07-181-23/+31
* contrib: PEP8 compliancy (#24680)Dag Wieers2017-05-301-3/+1
* Fix vmware property filter (#23228)rafstef2017-04-031-1/+4
* Add a custom regex_match filter to the vmware_inventory script (#21488)jctanner2017-03-171-2/+16
* Fix for crash on missing privileges, closes #21051 (#21518)Roman Belyakovsky2017-02-211-1/+4
* vmware_inventory: permit to skip nopermission error on host subkeys (notify u...Loïc Blot2017-02-211-6/+9
* PEP 8 cleanup. (#20789)Matt Clay2017-01-281-1/+1
* vmware_inventory.py: skip_keys can use a full key path (#20389)Loïc Blot2017-01-181-1/+1
* vmware_inventory: permit to group by custom field & customize skip_keys (#20125)Loïc Blot2017-01-121-17/+55
* Various VMWare inventory (pyvomi fixes) + ini doc (#19926)Ner'zhul2017-01-101-95/+90
* Removed dict.iteritems() in several other files.Andrea Tartaglia2016-12-141-6/+6
* minor spelling changesCarlos E. Garcia2016-12-131-1/+1
* vmware_inventory: fix the --host and add 'properties' feature to ini (#18072)jctanner2016-10-181-22/+159
* vmware_inventory: Make the ceritifate check default, and create a config opti...jctanner2016-09-301-11/+12
* vmware_inventory: decode strings to ascii if not alphanumeric (#17618)jctanner2016-09-161-1/+4
* vmware_inventory script improvements (#17142)jctanner2016-08-191-119/+94
* vmware_inventory.py excude more properties and fix debug printing on unicode ...jctanner2016-07-201-8/+12
* * Fix broken indentation in vmware inventory (#16177)jctanner2016-06-071-11/+10
* Add a new vmware inventory script backed by pyvmomi (#15967)jctanner2016-05-301-0/+571