e5094e8071
* Move var_blending test inventory into test. * Remove Amazon specific inventory entry for tests. * Remove Azure specific inventory entry for tests. * Move var_precedence test inventory into test. * Move unicode test inventory into test. * Remove unused inventory entry. * Move gathering_facts test inventory into test. * Move delegate_to test inventory into test. * Clean up inventory for binary_modules test. * Clean up integration test inventory.
13 lines
223 B
Text
13 lines
223 B
Text
[local]
|
|
testhost ansible_connection=local
|
|
|
|
[all:vars]
|
|
extra_var_override=FROM_INVENTORY
|
|
inven_var=inventory_var
|
|
|
|
[inven_overridehosts]
|
|
invenoverride ansible_connection=local
|
|
|
|
[inven_overridehosts:vars]
|
|
foo=foo
|
|
var_dir=vars
|