ansible/lib/ansible/inventory
James Cammarata 4cbe610263 Use a custom id generator over uuid4
>>> timeit.timeit("uuid.uuid4()", setup="import uuid")
9.518647909164429
>>> timeit.timeit("get_unique_id()", setup="from __main__ import get_unique_id")
0.40436601638793945

This will mainly be beneficial when a very large inventory is being
used, however it may also help with some very large playbooks.
2017-02-10 14:38:38 -06:00
..
vars_plugins
__init__.py warn when examined group_vars is not dir 2016-12-22 12:39:31 -05:00
dir.py
expand_hosts.py
group.py fix indent (#20071) 2017-01-10 18:47:03 -08:00
host.py Use a custom id generator over uuid4 2017-02-10 14:38:38 -06:00
ini.py Fix to bytes surrogate and nonencodable chars (#21180) 2017-02-09 17:13:40 -08:00
script.py Convert error to the native text type before writing to stderr 2017-02-07 18:01:58 -05:00
yaml.py PEP 8 W291 whitespace cleanup. 2017-01-27 17:08:02 -08:00