summaryrefslogtreecommitdiff
path: root/contrib/inventory
Commit message (Expand)AuthorAgeFilesLines
* Misc typo fixes (#45969) (#45978)John R Barker2018-09-211-3/+3
* [WIP] Backport/2.7/second batch (#45927)Sandra McCann2018-09-201-1/+1
* ec2 inventory: python 3.7 compatibility (#43716)Simon Wydooghe2018-09-061-10/+10
* Fix #43917 (#43929)Miguel C2018-08-131-1/+1
* Remove use of simplejson throughout code base (#43548)Matt Martz2018-08-1031-127/+31
* add group_by_os_family in azure dynamic inventory (#40702)Etienne Deneuve2018-08-092-1/+10
* VMware: remove unused imports (#43804)Abhijeet Kasurde2018-08-091-4/+3
* Surround top-level function and class definitions with two blank lines.Joren Vrancken2018-07-3120-1/+20
* Update openstack inventory script to keep basic functionality (#43432)Alan Rominger2018-07-301-1/+6
* scaleway: initialise auth_token to none (#43183)Theodotos Andreou2018-07-241-0/+1
* VMware: blacklist custom fields in vmware_inventory.py (#36877)tod-uma2018-07-182-1/+16
* Zabbix inventory improvement (#42669)Filippo1252018-07-142-1/+9
* Changed 'all' group to 'scaleway' group to avoid conflict with real 'all' gro...Marcos Alano2018-07-051-3/+3
* Name of global custom attributes are not managed by the inventory (#41786)smutel2018-07-051-1/+1
* Retrive subscription id from env (#42036)Yuwei Zhou2018-06-281-0/+1
* Remove redundant API method from foreman inventory (#41720)Abhijeet Kasurde2018-06-211-4/+0
* Fix openstack inventory script for multi-cloud case (#41664)Monty Taylor2018-06-181-2/+6
* Prefer readthedocs.io instead of readthedocs.org for doc links (#41537)Jon Dufresne2018-06-185-5/+5
* VMware: Add documentation for customValue (#41399)Abhijeet Kasurde2018-06-151-1/+4
* DigitalOcean - Fix TypeError when users have tags named the same as droplets ...ABond2018-06-151-11/+21
* add adfs_authority_url arg in azure_rm.py (#41071)Yunge Zhu2018-06-041-3/+5
* Fixes #40661 fixed elasticache inventory node limit issue. (#40674)rubal0332018-05-311-12/+15
* Pass cloud parameter to get_one call (#40892)Monty Taylor2018-05-301-1/+2
* retire shade in favor of openstacksdk for openstack modules (#40532)Artem Goncharov2018-05-251-11/+11
* Remove old openstack nova dynamic inventory script (#40465)Jesse Pretorius2018-05-252-277/+0
* Added ability to read config from env. instead of .init for use in Asible Tow...uberlinuxguy2018-05-241-1/+34
* Use DOCKER env variables when defined (#36759)denraf2018-05-231-7/+10
* Fixes #36621, support adfs auth through adal (#37909)Yunge Zhu2018-05-231-1/+46
* Fix shebangs and file modes and update tests. (#40563)Matt Clay2018-05-221-0/+0
* Update all pypi.python.org URLs to pypi.org (#38988)Jon Dufresne2018-05-142-3/+3
* cloudstack: use paging for listVirtualMachines (#40018)Peter Farmer2018-05-121-4/+4
* Adding multiple project support for GCE (#39473)John Roach2018-05-112-15/+24
* add user-agent to Azure API calls, and support MSI/CLI cred for inventory (#3...Yuwei Zhou2018-05-111-21/+75
* VMware: Custom Field in vmware_inventory (#39796)Abhijeet Kasurde2018-05-101-6/+10
* [ec2 contrib script] Add ability to filter EC2 instances via shell environmen...Daryl Banttari2018-05-021-2/+9
* [contrib] azure_rm.py add mechanism to force use of private ip as ansible_hos...Sylvain Rabot2018-05-021-2/+7
* ovirt: Clarify secrets configuration (#39501)Ondra Machacek2018-05-011-1/+2
* Convert more http links to https.Matt Clay2018-04-251-4/+2
* [cloud][aws] PEP8 renaming in EC2 dynamic inventory (#39164)Javier Beaumont2018-04-231-7/+7
* 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-054-4/+4
* Fix dynamic inventory for vagrant does not work on python3 (#37631)Hideki Saito2018-03-221-4/+9
* Remove unused import from azure dyn inventory (#34980)Patrick Marques2018-03-221-2/+0
* Removed windows_azure inventory script to avoid confusion with azure_rm.py (#...Jordan Borean2018-03-222-310/+0
* Set win_rm protocol to the name, not the full ProtocolTypes object (#37499)Tyler Gregory2018-03-211-1/+1
* Allow filtering of instances by tags in GCE dynamic inventory (#35770)Peter Schiffer2018-03-142-1/+30
* FreeIPA inventory (ipalib 4.6.2): avoid exception (#34356)Pilou2018-02-261-2/+24
* Add a module_utils OpenStack Cloud constructor (#20974)Monty Taylor2018-02-151-14/+6
* Removed sort from json dump since response is a mix of strings and integers (...ABond2018-02-101-2/+2