ansible-role-elasticsearch/test/integration/default/default.yml

19 lines
350 B
YAML
Raw Normal View History

2019-09-05 13:48:41 +00:00
---
- hosts: localhost
connection: local
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