4cbe610263
>>> 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. |
||
---|---|---|
.. | ||
vars_plugins | ||
__init__.py | ||
dir.py | ||
expand_hosts.py | ||
group.py | ||
host.py | ||
ini.py | ||
script.py | ||
yaml.py |