ansible/test/integration/vars_file.yml
2014-12-09 11:31:21 -05:00

13 lines
271 B
YAML

# this file is here to support testing vars_files in the blending tests only.
# in general define test data in the individual role:
# roles/role_name/vars/main.yml
foo: "Hello"
things1:
- 1
- 2
things2:
- "{{ foo }}"
- "{{ foob }}"
vars_file_var: 321