summaryrefslogtreecommitdiff
path: root/lib/ansible/inventory
Commit message (Expand)AuthorAgeFilesLines
* [2.9] Pass the top level dictionaries to combine_vars (#72979) (#73147)Sloane Hertel2021-01-112-2/+2
* return changed for group_by (#32057) (#69860)Brian Coca2020-07-173-7/+19
* Remove deprecation for TRANSFORM_INVALID_GROUP_CHARS (#66650) (#69487)Martin Krizek2020-06-101-6/+0
* [stable-2.9] Account for empty strings when splitting the host pattern (#6244...Sam Doran2019-11-121-1/+1
* inventory: Handle IndexError while parsing limit file (#59776)Abhijeet Kasurde2019-07-301-1/+4
* Perfy McPerferton (#58400)Matt Martz2019-07-221-40/+47
* Typo fixes (#59227)Abhijeet Kasurde2019-07-191-1/+1
* Stop ignoring merge hash behaviour in inventory (#58460)Brian Coca2019-07-172-3/+11
* Perf improvement for Templar.is_template (#57489)Matt Martz2019-06-061-2/+2
* Correct grammar (#57385)Paul Gear2019-06-061-1/+1
* group_chars: default change warning only when neededJames Cassell2019-06-041-2/+4
* The InventoryData class does not have a get_vars method and InventoryManager'...Sloane Hertel2019-05-221-3/+0
* preserve same order as inventory manager when using host lookup (#55331)Sloane Hertel2019-04-181-2/+2
* Better test for cache method availability (#54740)Brian Coca2019-04-091-14/+12
* Strip whitespace when reading limit file (#53564)Sebastian Meyer2019-03-181-1/+1
* Fine tune sanity (#53544)Brian Coca2019-03-111-4/+17
* Fix inventory cache interface (#50446)Sloane Hertel2019-03-061-0/+2
* Add toggle to control invalid character substitution in group names (#52748)Brian Coca2019-03-062-10/+38
* support deterministic host ordering from group ancestors (#44067)Alan Rominger2019-02-201-14/+21
* make missing pattern ansibleerror (#51397)Brian Coca2019-01-301-1/+1
* add toggle for host pattern mismatch behaviour (#51199)Brian Coca2019-01-251-1/+7
* remove usless tb initiatorBrian Coca2019-01-221-8/+7
* Fix missing tracebacks in ansible-inventoryAlanCoding2019-01-221-0/+5
* Minor typos (#50371)Abhijeet Kasurde2019-01-151-1/+1
* Fix reverse_inventory order to work on python3 (#49895)Matt Martz2018-12-171-3/+4
* Inventory plugins move auto before ini (#44428)Pilou2018-12-111-1/+1
* Merge pull request #49080 from bcoca/better_invp_skipBrian Coca2018-11-271-1/+1
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-202-10/+4
* inventory: fix hostname check (#48789)Martin Krizek2018-11-161-1/+1
* inventory now errors for invalid group/host names (#45499)Brian Coca2018-11-151-1/+5
* make inventory warnings a bit smarter (#46284)Brian Coca2018-11-071-1/+3
* Test host in inventory by name in remove_host (#45639)Monty Taylor2018-11-061-2/+2
* better information for user from inventory plugins (#46766)Brian Coca2018-10-121-1/+1
* add docstring for ansible.inventory.helpers.get_group_varsKen Dreyer2018-09-141-0/+5
* Error on empty group/host name (#42584)Brian Coca2018-07-121-36/+42
* ensure 'text' source assumptions (#42522)Brian Coca2018-07-101-10/+12
* Make sure we are comparing bytes extensions in inventory plugins (#42475)Matt Martz2018-07-091-1/+1
* Fix setting required options for inventory plugins (#42049)Sloane Hertel2018-06-291-1/+0
* added missing raiseBrian Coca2018-06-191-1/+1
* Introduce inventory.any_unparsed_is_failed configuration setting (#41171)Abhijit Menon-Sen2018-06-061-0/+2
* Don't display host pattern warning for empty groups (fixes #35255) (#39927)Andrew Gaffney2018-05-091-1/+3
* Ensure non ansilbe exceptions keep tracebacks (#37523)Brian Coca2018-04-111-1/+1
* return empty host list when pattern is emptyBrian Coca2018-04-101-32/+35
* Reduce recursion within group methodsAlanCoding2018-04-052-27/+75
* Except in specific cases, we want to use text strings on the controllerToshio Kuratomi2018-03-261-12/+12
* Fixes #32146 Fixes reconcile inventory to correctly remove hosts from ungroupedIzuke2018-03-201-1/+1
* protect against plugins using verify incorrectlyBrian Coca2018-02-231-2/+7
* catch all cases of no inventory when asked to failBrian Coca2018-02-201-13/+8
* remove new tmp var for localhostBrian Coca2018-02-071-1/+0
* add inventory caching & use in virtualbox inventory plugin (#34510)Sloane Hertel2018-01-221-2/+2