You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
8 years ago
..
vars_plugins Add python3-compat boilerplate to all .py files in lib/ansible 9 years ago
__init__.py warn when examined group_vars is not dir 8 years ago
dir.py Allow unicode inventory filename 8 years ago
expand_hosts.py Be systematic about parsing and validating hostnames and addresses 9 years ago
group.py fix indent (#20071) 8 years ago
host.py Use a custom id generator over uuid4 8 years ago
ini.py Fix to bytes surrogate and nonencodable chars (#21180) 8 years ago
script.py Convert error to the native text type before writing to stderr 8 years ago
yaml.py PEP 8 W291 whitespace cleanup. 8 years ago