mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
390 B
Plaintext
18 lines
390 B
Plaintext
11 years ago
|
a: 999
|
||
|
b: 998
|
||
|
c: 997
|
||
|
d: 996
|
||
|
uno: 1
|
||
|
dos: 2
|
||
|
tres: 3
|
||
|
etest: 'from group_vars'
|
||
|
inventory_beats_default: 'narf'
|
||
11 years ago
|
# variables used for hash merging behavior testing
|
||
11 years ago
|
test_hash:
|
||
|
group_vars_all: "this is in group_vars/all"
|
||
11 years ago
|
# variables used for conditional testing
|
||
|
test_bare: true
|
||
|
test_bare_var: 123
|
||
|
test_bare_nested_good: "{{test_bare_var}} == 123"
|
||
|
test_bare_nested_bad: "{{test_bare_var}} == 321"
|