ansible/test/integration/host_vars/testhost

11 lines
229 B
Text
Raw Normal View History

a: 1
b: 2
c: 3
d: 4
role_var_beats_inventory: 'should_not_see_this'
test_hash:
host_vars_testhost: "this is in host_vars/testhost"
2014-02-24 20:37:23 +01:00
# Support execution from within a virtualenv
2014-03-06 19:32:00 +01:00
ansible_python_interpreter: '/usr/bin/env python'