summaryrefslogtreecommitdiff
path: root/lib/ansible/inventory
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Inventory and varmanager updates (#32054)Brian Coca2017-10-302-4/+16
* removing deepcopy as it does not workBrian Coca2017-10-241-7/+1
* make sure patterns are stringsBrian Coca2017-10-201-2/+3
* dont add all group vars to implicit on createBrian Coca2017-10-201-14/+9
* fixed caches (#30667)Brian Coca2017-10-192-5/+8
* add all group vars back to implicit localhostBrian Coca2017-10-181-0/+3
* Fix Inventory Plugin Loading (#31605)Jacob Floyd2017-10-111-1/+1
* revert ocalhost getting 'all' vars (#31425)Brian Coca2017-10-062-4/+1
* correctd inventory_file to return full pathBrian Coca2017-10-041-2/+1
* turn all inventory cache 'off by default'Brian Coca2017-10-041-2/+2
* set _hosts on access if None (#31111)Brian Coca2017-10-031-7/+11
* use set to quicken group host membershipBrian Coca2017-09-221-8/+17
* Remove redundant check for group membership in add_host (#30530)jctanner2017-09-181-1/+1
* clear correct cache when reconcile is invokedBrian Coca2017-09-151-0/+1
* typo fixBrian Coca2017-09-151-1/+1
* bypass get_hosts and use dictionary directlyBrian Coca2017-08-301-34/+3
* add toggle to controle inventory parse as error (#28729)Brian Coca2017-08-281-3/+11
* added keyed_group construction (#28578)Brian Coca2017-08-251-11/+12
* Ansible Config part2 (#27448)Brian Coca2017-08-151-3/+4
* ensure all groups inherit from 'all'Brian Coca2017-07-131-0/+4
* allow implicit host to be grouped (#26614)Brian Coca2017-07-111-37/+21