ansible/lib/ansible/vars
James Cammarata 273a965dcc Fix the way host and group vars are loaded
* In the VariableManager, we were not properly tracking if a file
  had already been loaded, so we continuously append data to the end
  of the list there for host and group vars, meaning large sets of data
  are duplicated multiple times
* In the inventory, we were merging the host/group vars with the vars
  local to the host needlessly, as the VariableManager already handles that.
  This leads to needless duplication of the data and makes combining the
  vars in VariableManager take even longer.
2016-06-02 16:52:37 -04:00
..
__init__.py Fix the way host and group vars are loaded 2016-06-02 16:52:37 -04:00
hostvars.py add repr for hostvars (#15793) 2016-05-10 10:23:10 -04:00
unsafe_proxy.py Fixing up performance 2015-11-05 16:22:37 -05:00