ansible-role-elasticsearch/molecule/default/converge.yml

23 lines
467 B
YAML
Raw Normal View History

2019-09-05 13:48:41 +00:00
---
2020-02-29 22:35:57 +00:00
- name: Converge
hosts: all
2019-09-05 13:48:41 +00:00
vars:
2019-11-21 12:06:01 +00:00
elasticsearch_heap_size: 512m
2019-11-21 12:15:34 +00:00
elasticsearch_index_templates:
test:
index_patterns:
- 'hello*'
settings:
index:
number_of_replicas: 1
mappings:
metrics:
type: short
2019-09-05 13:48:41 +00:00
roles:
- ansible-role-elasticsearch
2020-02-29 22:35:57 +00:00
#
# tasks:
# - name: "Include ansible-role-elasticsearch"
# include_role:
# name: "ansible-role-elasticsearch"