summaryrefslogtreecommitdiff
path: root/lib/ansible/inventory
Commit message (Expand)AuthorAgeFilesLines
* inventory manager respect --flush-cache (#77083)Brian Coca2022-03-171-3/+2
* Remove collections compat from controller code.Matt Clay2022-03-082-2/+3
* avoid polluting vars with incorrect settings (#76590)Brian Coca2022-02-071-1/+7
* Remove more whitelist and blacklist occurances (docs only). (#76845)Felix Fontein2022-01-261-1/+1
* Start of moving away from six (#75863)Martin Krizek2021-10-211-2/+2
* inventory: misc typo fixes (#73695)Abhijeet Kasurde2021-02-231-2/+2
* [InventoryManager] Fix two unhandled exceptions (#73667)Rick Elrod2021-02-221-1/+3
* allow constructed to use vars plugin (#73418)Brian Coca2021-02-122-1/+6
* fix inventory source parse error handling (#73160)Brian Coca2021-01-181-8/+13
* Pass the top level dictionaries to combine_vars (#72979)Sloane Hertel2020-12-162-2/+2
* don't set warn = True, it will be overwritten in the next line (#71682)Evgeni Golov2020-09-121-1/+0
* Use InventoryManager for inventory_hostnames lookup (#71573)Matt Martz2020-09-021-2/+3
* return changed for group_by (#32057)Brian Coca2020-06-033-7/+19
* Remove deprecation for TRANSFORM_INVALID_GROUP_CHARS (#66650)Martin Krizek2020-05-131-6/+0
* Remove some no-op code from InventoryManagerRick Elrod2020-05-072-4/+5
* Remove left hand side slicingToshio Kuratomi2020-05-061-6/+6
* inventory: Fail on non-existing limit file (#59758)Abhijeet Kasurde2019-12-121-3/+8
* Support vars plugins in collections (#61078)Sloane Hertel2019-11-041-0/+7
* Account for empty strings when splitting the host pattern (#62442)Sam Doran2019-09-201-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