summaryrefslogtreecommitdiff
path: root/lib/ansible/inventory
Commit message (Expand)AuthorAgeFilesLines
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-024-47/+41
* properlly report plugin nameBrian Coca2017-05-301-4/+5
* made inventory plugins list to keep config orderBrian Coca2017-05-281-6/+5
* Transition inventory into plugins (#23001)Brian Coca2017-05-2313-2128/+936
* correctly get all hosts in 'all'Brian Coca2017-04-071-1/+3
* BUGFIX : using yaml hosts inventory, hosts in groups weren't added to the gro...Pierre-Alexandre2017-04-071-1/+1
* Update __init__.pyMike Hume2017-03-271-1/+1
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-233-5/+4
* No need to specialcase comment charactersToshio Kuratomi2017-03-231-11/+10
* E501 fixes (#22879)Matt Martz2017-03-222-3/+6
* fix for loosing ungrouped hosts in iniBrian Coca2017-03-221-2/+4
* allow users to control group var merge order (#22580)Brian Coca2017-03-164-10/+7
* added new 'order' directive to sort hosts in playBrian Coca2017-03-161-2/+16
* warn when failed to match host patternBrian Coca2017-03-151-2/+10
* corrected host group ancestor managementBrian Coca2017-03-152-10/+27
* simplified pattern matching, fixed ungrouped (#22523)Brian Coca2017-03-151-16/+7
* warn when name is overloaded as both host and groupBrian Coca2017-03-131-1/+11
* deal with other 'ungrouped' corner casesBrian Coca2017-03-091-3/+10
* readd all.add_host as for loop uses diff dataBrian Coca2017-03-081-0/+1
* ensure all hosts in allBrian Coca2017-03-081-2/+6
* fix 'ungrouped' issue with some inventory formatsBrian Coca2017-03-073-0/+15
* Use a custom id generator over uuid4James Cammarata2017-02-101-4/+2
* Fix to bytes surrogate and nonencodable chars (#21180)Toshio Kuratomi2017-02-091-1/+1
* Convert error to the native text type before writing to stderrRyan S. Brown2017-02-071-2/+2
* PEP 8 W291 whitespace cleanup.Matt Clay2017-01-271-1/+1
* Fix linenos being wrong in inventory errorsToshio Kuratomi2017-01-191-7/+16
* fix indent (#20071)TaoBeier2017-01-101-2/+2
* warn when examined group_vars is not dirBrian Coca2016-12-221-1/+4
* minor spelling changesCarlos E. Garcia2016-12-131-1/+1
* Properly sort groups by name as well as depth when getting varsJames Cammarata2016-11-181-1/+1
* Fix bug (#18355) where encrypted inventories fail 18355 (#18373)Adrian Likins2016-11-071-11/+14
* resolve inventory path on initBrian Coca2016-11-041-1/+2
* Allow unicode inventory filenameRobin Roth2016-10-151-2/+2
* Make ini parsing slightly more robustToshio Kuratomi2016-10-042-14/+17
* better inventory error messagesBrian Coca2016-10-041-3/+4
* Feature/add ansible play hosts all (#17498)j0hnsmith2016-09-231-13/+12
* Improve inventory script error messages. (#17589)Adrian Likins2016-09-151-7/+4
* Check controlpersist (#17443)Toshio Kuratomi2016-09-121-0/+1
* removed previously deprecated ';' host separatorBrian Coca2016-09-091-4/+0
* Fix typoAbhijit Menon-Sen2016-09-081-1/+1
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-063-32/+35
* [Inventory] Cache the result of enumerating groups and host namesTobias Wolf2016-09-011-7/+28
* The former match for a section header included hosts that began with a range....Toshio Kuratomi2016-08-241-1/+1
* Don't use an unset playbook basedir when searching for hostgroup varsJames Cammarata2016-08-171-2/+8
* Performance improvementsJames Cammarata2016-08-081-4/+6
* Implicit localhost ondemand (#16900)Brian Coca2016-08-021-28/+50
* Make returning results after loading vars optionalAlex Mirski-Fitton2016-07-211-7/+11
* Ignore limits and restrictions when parsing inventory.Brad Davidson2016-06-301-2/+2
* In some cornercases, sys.executable is empty. Work around that by choosing a...Toshio Kuratomi2016-06-291-1/+6
* There can be only one localhostJames Cammarata2016-06-081-13/+13