Elasticsearch install on Debian complete

This commit is contained in:
Robin Clarke 2015-05-12 14:24:31 +02:00
parent f504a1a5e9
commit 4b8550f6ef
7 changed files with 51 additions and 1 deletions

View file

@ -1,4 +1,7 @@
---
#- name: Include default varsiables.
# include_vars: "main.yml"
- name: Include OS-specific variables.
include_vars: "{{ ansible_os_family }}.yml"
- include: java.yml
- include: elasticsearch.yml