summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Optionally only use UUIDs for openstack hosts on duplicatesMonty Taylor2015-12-142-10/+50
* Fix the refresh flag in openstack inventoryMonty Taylor2015-12-141-4/+6
* Correct connection type returned by libvirt_lxc inventory scriptFlorian Haas2015-12-041-2/+2
* Merge pull request #12368 from coxley/nsot-inventoryBrian Coca2015-11-182-0/+363
|\
| * Removed version argument from argparseCodey Oxley2015-11-181-4/+0
| * NSoT Inventory: python2.7 -> python shebangCodey Oxley2015-09-151-1/+1
| * Added NSoT Inventory script to pull from Device resourcesCodey Oxley2015-09-152-0/+367
* | made python 3 compatibleBrian Coca2015-11-131-2/+2
* | Merge pull request #12139 from amousset/rudder_inventory_pluginBrian Coca2015-11-122-0/+337
|\ \
| * | Add Rudder inventory pluginAlexis Mousset2015-08-282-0/+337
* | | Add an expand_csv_tags setting to ec2.iniAbhijit Menon-Sen2015-11-122-7/+25
* | | reversed the logic on new setting to control - replacment in groups asBrian Coca2015-11-111-1/+1
* | | Fix ec2 infinitely nested groupsMatthew Jones2015-10-291-1/+3
* | | Fixing typoJason O'Donnell2015-10-261-1/+1
* | | Merge pull request #12855 from bcoca/ec2_inv_dash_groupBrian Coca2015-10-262-4/+14
|\ \ \
| * | | make - replacement in group names optionalBrian Coca2015-10-212-4/+14
* | | | Merge pull request #10362 from emonty/fix-kwargBrian Coca2015-10-231-68/+95
|\ \ \ \
| * | | | Update to final shade inventory interfaceMonty Taylor2015-10-211-68/+95
| |/ / /
* | | | removed unused exception varsBrian Coca2015-10-211-2/+2
|/ / /
* | | Merge pull request #12618 from AdThrive/develBrian Coca2015-10-122-2/+10
|\ \ \
| * | | Set the default use_private_network setting to Falsejamarzka2015-10-021-0/+4
| * | | Added an option to use the private network IP addressjamarzka2015-10-021-2/+6
* | | | Added additional ini file search path into contrib/inventory/zabbix.pyYuri Vysotskiy2015-10-081-1/+5
|/ / /
* | | Move connection handling failure to connect_to_awsWill Thames2015-09-281-17/+6
* | | Fix security_token typo in ec2 inventoryJameel Al-Aziz2015-09-281-1/+1
* | | Combine ansible/ansible#5987 and ansible/ansible#8582Jameel Al-Aziz2015-09-281-25/+30
* | | Add an ec2 inventory option "boto_profile" that allowsJeff '2 bits' Bachtel2015-09-282-1/+10
* | | Allow ec2 inventory to use a boto profilewillthames2015-09-281-4/+47
* | | Output proper JSON from vbox dynamic inventory contrib scriptFerry Boender2015-09-261-2/+6
* | | Fix urlopen usage to use open_url insteadToshio Kuratomi2015-09-164-42/+25
| |/ |/|
* | Compatibility with six-1.3.0Toshio Kuratomi2015-09-081-3/+3
* | Replace type() checks with isinstance()Marius Gedminas2015-09-041-3/+3
* | Python 3: use six.text_type instead of unicodeMarius Gedminas2015-09-042-3/+5
* | Replace .iteritems() with six.iteritems()Marius Gedminas2015-09-038-11/+25
* | Merge pull request #12150 from opoplawski/cobblerJames Cammarata2015-09-011-2/+9
|\ \
| * | Fix setting dns_name in cobbler inventoryOrion Poplawski2015-08-281-2/+9
* | | Add Nagios NDO inventory pluginJonathan Lestrelin2015-09-012-0/+119
|/ /
* | Use print() as function under contrib/Marius Gedminas2015-08-2827-93/+104
|/
* Use 'except ... as' syntax in contrib/ and test/ tooMarius Gedminas2015-08-2710-20/+20
* Avoid types.NoneTypeMarius Gedminas2015-08-271-1/+1
* Merge pull request #11446 from cchurch/windows_azure_from_towerBrian Coca2015-08-182-22/+85
|\
| * Updates to Windows Azure inventory script from Tower. Includes changes from h...Chris Church2015-08-102-22/+85
* | set script as executableBrian Coca2015-08-171-0/+0
* | Move the cache file to ~/.ansible/tmp.Tom Berger2015-08-111-2/+4
* | Name cache file by relevant regions - they might change between calls.Tom Berger2015-08-111-6/+8
* | Save the cache in a file specific to the RackSpace account in use.Tom Berger2015-08-111-1/+2
* | Cache the results for the RackSpace dynamic inventory.Tom Berger2015-08-111-3/+28
|/
* Openstack inventory updates from Tower. Includes changes from https://github...Chris Church2015-08-101-4/+6
* Cleaning up some debugging/commented code from #11709James Cammarata2015-08-071-9/+2
* fixed issues with output format and order keydmccue2015-08-071-4/+5