summaryrefslogtreecommitdiff
path: root/lib/ansible/inventory
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Ensure hosts aren't duplicated in groupsMatt Martz2017-06-192-2/+3
* Fix pep8 issue in lib/ansible/inventory/manager.py (#25562)Matt Martz2017-06-091-3/+3
* moved general pattern cache into objectBrian Coca2017-06-091-11/+9
* minor protection against bad configBrian Coca2017-06-051-2/+4
* 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