community.general/lib/ansible
Serge van Ginderachter ff4119adc0 Performance optimization in resolving host patterns
Avoid resolving a pattern that is a plain host. When matching a hostname in the
hosts_cache, just use the host object from there.

When running a task on say 750 hosts, this yields a huge improvement.
2014-07-07 12:50:50 -05:00
..
callback_plugins Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
inventory Performance optimization in resolving host patterns 2014-07-07 12:50:50 -05:00
module_utils Merge branch 'fix_lineinfile_newlines' into devel 2014-06-23 12:38:12 -05:00
playbook Add role_names to valid keys entry for plays 2014-06-16 10:00:43 -05:00
runner Remove redundant 'self.user or' added by 0f91add 2014-06-24 10:45:38 -05:00
utils Additional fixes for safe_eval 2014-06-25 21:26:32 -05:00
__init__.py Version bump for 1.7 2014-05-05 16:37:46 -05:00
callbacks.py fix UnicodeEncodeError when prompt is unicode. 2014-05-21 23:43:19 +09:00
color.py Merge commit. 2014-03-16 17:08:26 -04:00
constants.py Change safe_eval to a strict white list 2014-06-25 14:00:21 -05:00
errors.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
module_common.py Revise documentation on powershell module replacer code. 2014-06-19 14:24:13 -05:00