ansible/lib/ansible/inventory
James Cammarata d19fe8d95d Fetch vars for host directly when calculating the delegated user
This fixes the case in which the delegated to host may not be in the
specified hosts list, in which cases facts/vars for the host were
not available in the injected hostvars.

This also fixes the inventory variable fetching function, so that an
unknown host raises a proper error as opposed to a NoneType exception.

Fixes #8224
2014-10-10 01:18:18 -05:00
..
vars_plugins Allow empty yaml vars files 2014-07-04 23:10:32 -05:00
__init__.py Fetch vars for host directly when calculating the delegated user 2014-10-10 01:18:18 -05:00
dir.py InventoryDir: fixing yet another corner case 2014-08-08 08:54:11 +02:00
expand_hosts.py fixed typos found by RETF rules in PY files 2014-05-03 18:40:05 +02:00
group.py Merge branch 'inventory_refactoring' into svg_and_inventory_refactor 2014-07-07 13:11:58 -05:00
host.py Merge variables for hosts instead of updating in get_variables() 2014-08-20 01:54:46 -05:00
ini.py inventory ini parser: do not add all the groups to *all* group 2014-03-25 12:45:00 +01:00
script.py Workaround more python-2.6 shlex not being able to handle unicode strings 2014-10-08 14:30:36 -04:00