community.general/lib/ansible/inventory
AlanCoding 153c9bd539 Reduce recursion within group methods
This offers an optimization that allows loading larger
inventories of various structure by improving the
scaling laws involved for adding hosts and groups.

The primary speed benefit is the elimination of duplicate
recusion from traversing converging paths.
2018-04-05 18:38:44 -04:00
..
__init__.py Transition inventory into plugins (#23001) 2017-05-23 17:16:49 -04:00
data.py Fixes #32146 Fixes reconcile inventory to correctly remove hosts from ungrouped 2018-03-20 15:37:39 -04:00
group.py Reduce recursion within group methods 2018-04-05 18:38:44 -04:00
helpers.py Transition inventory into plugins (#23001) 2017-05-23 17:16:49 -04:00
host.py Reduce recursion within group methods 2018-04-05 18:38:44 -04:00
manager.py Except in specific cases, we want to use text strings on the controller 2018-03-26 16:54:39 -07:00