summaryrefslogtreecommitdiff
path: root/lib/ansible/inventory
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecation for TRANSFORM_INVALID_GROUP_CHARS (#66650) (#69488)Martin Krizek2020-07-131-6/+0
* preserve same order as inventory manager when using host lookup (#57769)Sloane Hertel2019-06-171-2/+2
* group_chars: default change warning only when neededJames Cassell2019-06-111-2/+4
* 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
* Temporary (#31677)Brian Coca2018-01-151-0/+1
* dont warn on not matching 'all' (#32806)Brian Coca2017-12-151-1/+1
* fix reconcile to ensure 'ungrouped'Brian Coca2017-12-131-5/+1
* locahost -> localhost typo in inventory/data.py (#33790)Adam Miller2017-12-121-1/+1
* restore hostpattern regex/glob behaviourBrian Coca2017-11-221-2/+4
* Fix invalid string escape sequences.Matt Clay2017-11-211-1/+1
* Config continued (#31024)Brian Coca2017-11-162-1/+23
* Avoid re.split as it's a bit less efficient and a bit harder to read.Toshio Kuratomi2017-11-101-1/+1
* Enable autoloading of inventory plugins (#32709)Matt Davis2017-11-091-2/+1
* Fix non-ascii errors in config managerToshio Kuratomi2017-11-021-8/+8