2015-07-09 16:29:06 +02:00
|
|
|
---
|
2017-03-16 21:06:17 +00:00
|
|
|
- name: Standard test for single node setup. Tests idempotence.
|
2015-07-09 16:29:06 +02:00
|
|
|
hosts: localhost
|
|
|
|
|
roles:
|
2015-11-26 17:26:28 +00:00
|
|
|
- { role: elasticsearch, es_instance_name: "node1" }
|
2015-07-09 16:29:06 +02:00
|
|
|
vars:
|
2017-01-17 12:00:49 +00:00
|
|
|
es_use_repository: "true"
|
2017-03-16 21:06:17 +00:00
|
|
|
es_heap_size: "1g"
|
2017-03-16 23:59:13 +00:00
|
|
|
es_plugins:
|
|
|
|
|
- plugin: ingest-geoip
|
2017-03-16 21:06:17 +00:00
|
|
|
|
|
|
|
|
#Do not add tests here. This test is run twice and confirms idempotency.
|