2014-02-20 13:25:19 -05:00
|
|
|
a: 999
|
|
|
|
b: 998
|
|
|
|
c: 997
|
|
|
|
d: 996
|
|
|
|
uno: 1
|
|
|
|
dos: 2
|
|
|
|
tres: 3
|
|
|
|
etest: 'from group_vars'
|
|
|
|
inventory_beats_default: 'narf'
|
2014-02-20 16:43:33 -05:00
|
|
|
# variables used for hash merging behavior testing
|
2014-02-20 15:23:51 -05:00
|
|
|
test_hash:
|
|
|
|
group_vars_all: "this is in group_vars/all"
|
2014-02-20 16:43:33 -05:00
|
|
|
# variables used for conditional testing
|
|
|
|
test_bare: true
|
|
|
|
test_bare_var: 123
|
2016-11-22 15:50:24 -05:00
|
|
|
test_bare_nested_good: "test_bare_var == 123"
|
2014-02-20 16:43:33 -05:00
|
|
|
test_bare_nested_bad: "{{test_bare_var}} == 321"
|