summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add 'digital_ocean' as group (#21631)Simon Wydooghe2018-02-101-1/+3
* contrib(inventory): fix Scaleway inventory used w/env variable token (#35701)Paul B2018-02-052-2/+10
* Add ability to select to prefer IPv4 addresses for ansible_ssh_host (#35584)Richard Bywater2018-02-012-1/+17
* Contrib infoblox exattrs Fixes #35409 (#35410)Clement Trebuchet2018-01-311-1/+1
* refactors nios api shared code to handle provider better (#35393)Peter Sprygada2018-01-271-15/+6
* adds infoblox dynamic inventory script (#35328)Peter Sprygada2018-01-252-0/+159
* Add hash making inventory caches unique to inventory script ran (#34742)Jonathan McCall2018-01-231-0/+1
* Fix Digital Ocean inventory script pagination handling (#35153)Sam Edwards2018-01-231-1/+1
* consul_io: fixed service availability check (#34293)Kristóf Havasi2018-01-191-11/+19
* azure_rm inventory should add "ansible_connection: winrm" in host_vars for wi...Fabrice Flore-Thébault2018-01-181-0/+1
* Add ability to append suffix to host names for Cloudforms Inventory (#33565)Richard Bywater2018-01-172-0/+15
* freeipa: support for host vars (#34535)Abhijeet Kasurde2018-01-151-13/+18
* cloudstack: inventory: Added feature list by tag (#31319)Danilo Riecken P. de Morais2018-01-141-6/+11
* contrib(inventory): adds a dynamic inventory for Scaleway cloud (#30313)Paul B2018-01-132-0/+261
* Python 2.6 `str.format()` compatibility fixes.Matt Clay2018-01-103-9/+9
* More stable explicit file close. (#34303)Fedele Mantuano2018-01-021-2/+4
* Fix redeclaration of get_host_info function (#33608)Abhijeet Kasurde2018-01-021-3/+3
* consul_io.py: typo fixed in docs (#34292)Kristóf Havasi2017-12-301-1/+1
* contrib/inventory/consul_io: typo fixed in documentation (#34291)Kristóf Havasi2017-12-291-1/+1
* Use hostname in group_by_aws_account to prevent duplicates. (#34053)Robert "Bo" Davis2017-12-191-1/+1
* Use hostgroup_find(all=True) returns member hosts of all hostgroups in a sing...Ryan Groten2017-12-181-6/+1
* Replace exit() with sys.exit()Abhijeet Kasurde2017-12-142-12/+9
* Add scan_new_hosts feature in ansible foreman inventory (#33743)Giovanni Sciortino2017-12-142-1/+12
* Improve consul_io.py execution speed (#33737)pymag092017-12-132-10/+59
* Digital Ocean Inventory refactor (#29176)Abhijeet Kasurde2017-12-091-68/+135
* [cloud] Typo fixes for ec2 dynamic inventory (#32957)Ryan MacLean2017-11-301-3/+3
* Fix ConfigParser.set error in vmware_inventory (#31643)Abhijeet Kasurde2017-11-281-40/+6
* Fix invalid string escape sequences.Matt Clay2017-11-2119-22/+22
* VMware: change default host_filter to gueststate (#32839)Abhijeet Kasurde2017-11-212-3/+7
* Exception handling in vmware_inventory for vcsim (#32700)gamuniz2017-11-121-0/+2
* Add support for tags and instance attributes for destination variable for the...Kenny Woodson2017-10-241-1/+40
* ovirt: Add env variables to dynamic inventory (#31821)Ondra Machacek2017-10-181-4/+4
* Vault secrets script client inc new 'keyring' client (#27669)Adrian Likins2017-10-131-0/+147
* Port vault-keyring.py to properly load the config. Fixes #31304 (#31315)Matt Martz2017-10-131-10/+10
* Fix urlparse import for Python3 (#31240)François Scala2017-10-093-11/+4
* refactor azure dynamic inventory script configparser import to support python...Thomas Stringer2017-10-051-4/+8
* [cloud] RDS config should be getboolean, as per ec2.ini instructions (#31168)Avner Cohen2017-10-021-1/+1
* [cloud][contrib] Set missing default values for EC2 inventory (#28375)Jiri Tyr2017-09-291-129/+108
* Add a select_chain_match filter to vmware_inventory (#28778)jctanner2017-09-271-0/+10