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
Cristian Ciupitu 96ff1444f0 Micro-optimization: replace s.find(x)==0 with s.startswith(x)
timeit shows a speedup of ~1.4x on Python 2.7.5 x86_64.
It also makes the code a bit shorter.
11 years ago
..
vars_plugins Pass through vault_password when parsing host/group vars as directories. 11 years ago
__init__.py Micro-optimization: replace s.find(x)==0 with s.startswith(x) 11 years ago
dir.py don't want to ignore explicit cwd 11 years ago
expand_hosts.py Micro-optimization of inventory.expand_hosts.detect_range 11 years ago
group.py Update various copyrights. Not complete, but sufficient. 11 years ago
host.py Allow hash_behaviour=merge to be respected in core inventory 11 years ago
ini.py Make parsing variables for hosts and groups more consistent 11 years ago
script.py Update various copyrights. Not complete, but sufficient. 11 years ago