summaryrefslogtreecommitdiff
path: root/lib/ansible/inventory
Commit message (Expand)AuthorAgeFilesLines
* draft add group merge priority and yaml inventoryBrian Coca2016-04-075-9/+234
* Don't process the same host multiple timesToshio Kuratomi2016-03-241-1/+1
* added warning for when host file doesn't existBrian Coca2016-02-291-0/+2
* Use abspath instead of realpath for group/host vars filesJames Cammarata2016-02-241-2/+2
* better error when host inventory script isnt dictBrian Coca2016-01-251-1/+4
* Merge pull request #13993 from towolf/avoid_json_to_unicodeToshio Kuratomi2016-01-211-4/+8
|\
| * Avoid recursively checking JSON inventory for UnicodeTobias Wolf2016-01-211-4/+8
* | Re-add cache clearing call to Inventory initJames Cammarata2016-01-201-0/+4
|/
* Catch INI section parsing misses and raise an appropriate errorJames Cammarata2016-01-191-1/+4
* Set decoding of path to unicode to raise an exception if non-utf8Toshio Kuratomi2016-01-191-2/+2
* Make all parts of messages and pathnames into unicode so that we don't get Un...Toshio Kuratomi2016-01-191-2/+2
* overwrite/merge not remove prev inventory dataBrian Coca2016-01-141-2/+2
* Allow InventoryScript JSON with childgroups onlyEmil Lind2016-01-081-1/+1
* Fix typoToshio Kuratomi2016-01-061-5/+2
* More fixes for unicode handling in the connection plugins.Toshio Kuratomi2016-01-061-2/+3
* Replace to_string by to_unicode.Yannig Perré2016-01-011-1/+1
* allow for non standard hostnamesBrian Coca2015-12-212-13/+19
* Revert "Enable host_key checking at the strategy level"James Cammarata2015-12-171-7/+4
* Enable host_key checking at the strategy levelJames Cammarata2015-12-161-4/+7
* avoid set to unique hosts to preserver orderBrian Coca2015-12-111-1/+2
* changed deprecation to removal warningBrian Coca2015-12-091-1/+1
* simplified get_hosts code to have 1 retrun pointBrian Coca2015-12-051-14/+14
* Remove duplicates from host list *before* caching itNils Steinger2015-12-051-2/+2
* Adding a uuid field so we can track host equality across serialization tooJames Cammarata2015-12-041-1/+6
* Changing up how host (in)equality is checkedJames Cammarata2015-12-042-2/+2
* return unique list of hostsBrian Coca2015-12-031-1/+1
* Properly compare object references for Hosts when adding new onesJames Cammarata2015-12-031-1/+6
* fix for dynamic (add_host) hosts not available in hostvarsnitzmahone2015-11-161-0/+2
* Make sure pattern cache components are converted to unicodeJames Cammarata2015-11-101-2/+3
* Properly figure subset and restrictions into host cache patternJames Cammarata2015-11-101-1/+6
* Fixing up host pattern caching to avoid bugsJames Cammarata2015-11-091-3/+8
* Merge branch 'devel_cache_for_do_template_call' of https://github.com/Yannig/...James Cammarata2015-11-061-0/+8
|\
| * Cache against hosts pattern (fix a part of problem describe in https://github...Yannig Perre2015-11-041-0/+8
* | Fixing up performanceJames Cammarata2015-11-051-2/+7
* | Revert "switched host patterns to use sets, simplified logic which now uses b...Brian Coca2015-11-051-4/+5
* | Revert "fixed append to add"Brian Coca2015-11-051-1/+1
* | fixed append to addBrian Coca2015-11-051-1/+1
* | switched host patterns to use sets, simplified logic which now uses buitinsBrian Coca2015-11-051-5/+4
|/
* remove deprecation for :, add ; functionality (its deprecated but it should w...Brian Coca2015-10-311-5/+2
* Cleaning up FIXMEsJames Cammarata2015-10-221-8/+5
* Add python3-compat boilerplate to all .py files in lib/ansibleToshio Kuratomi2015-10-191-0/+4
* Clean up pyflakes warnings in inventoryToshio Kuratomi2015-10-193-7/+5
* Merge pull request #12765 from bcoca/lookup_inventory_hostnameBrian Coca2015-10-161-10/+15
|\
| * implemented inventory_hostname lookup in v2Brian Coca2015-10-151-10/+15
* | Bundle a new version of python-six for compatibility along with some code to ...six-compatToshio Kuratomi2015-10-162-2/+2
|/
* Check is_directory() before not is_file() in inventory basedirJames Cammarata2015-10-141-3/+3
* Revert to using local file/dir tests in inventory instead of loader'sJames Cammarata2015-10-131-6/+19
* fixed deprecation messageBrian Coca2015-10-131-2/+2
* Load vars for localhost when created implicitlyJames Cammarata2015-10-081-2/+4
* Pull host/group vars when adding hosts/groupsJames Cammarata2015-10-021-1/+1