2019-04-25 15:25:52 -07:00
|
|
|
---
|
|
|
|
# tasks file for elasticsearcih
|
|
|
|
|
2019-04-26 12:35:26 -07:00
|
|
|
#- name: Test role
|
|
|
|
#debug: var=cluster_name
|
2019-04-25 15:25:52 -07:00
|
|
|
|
2019-04-26 12:35:26 -07:00
|
|
|
- name: Running role - elasticsearch
|
|
|
|
include: ubuntu.yml
|
2019-04-25 15:59:42 -07:00
|
|
|
when: ansible_distribution == "Ubuntu"
|
2019-04-25 15:25:52 -07:00
|
|
|
|
2019-04-26 12:35:26 -07:00
|
|
|
|