2015-05-11 16:51:33 +02:00
|
|
|
---
|
2015-05-12 14:24:31 +02:00
|
|
|
#- name: Include default varsiables.
|
|
|
|
|
# include_vars: "main.yml"
|
2015-05-11 16:51:33 +02:00
|
|
|
- name: Include OS-specific variables.
|
|
|
|
|
include_vars: "{{ ansible_os_family }}.yml"
|
|
|
|
|
- include: java.yml
|
2015-05-12 14:24:31 +02:00
|
|
|
- include: elasticsearch.yml
|