|
|
|
@ -334,9 +334,8 @@ class VariableManager:
|
|
|
|
data[group] = combine_vars(data[group], _plugins_play(group))
|
|
|
|
data[group] = combine_vars(data[group], _plugins_play(group))
|
|
|
|
return data
|
|
|
|
return data
|
|
|
|
|
|
|
|
|
|
|
|
# Merge groups as per precedence config, if not implicit localhost
|
|
|
|
# Merge groups as per precedence config
|
|
|
|
# only allow to call the functions we want exposed
|
|
|
|
# only allow to call the functions we want exposed
|
|
|
|
if not host.implicit:
|
|
|
|
|
|
|
|
for entry in C.VARIABLE_PRECEDENCE:
|
|
|
|
for entry in C.VARIABLE_PRECEDENCE:
|
|
|
|
if entry in self._ALLOWED:
|
|
|
|
if entry in self._ALLOWED:
|
|
|
|
display.debug('Calling %s to load vars for %s' % (entry, host.name))
|
|
|
|
display.debug('Calling %s to load vars for %s' % (entry, host.name))
|
|
|
|
|