2015-07-09 16:29:06 +02:00
|
|
|
---
|
2021-02-04 11:19:00 +01:00
|
|
|
- name: Setup Elasticsearch OSS 6.x
|
2015-07-09 16:29:06 +02:00
|
|
|
hosts: localhost
|
2018-06-19 21:17:10 +02:00
|
|
|
post_tasks:
|
2018-01-31 08:14:24 +01:00
|
|
|
- include: elasticsearch/test/integration/debug.yml
|
2015-07-09 16:29:06 +02:00
|
|
|
roles:
|
2018-06-19 21:17:10 +02:00
|
|
|
- elasticsearch
|
2015-07-09 16:29:06 +02:00
|
|
|
vars:
|
2020-06-12 18:15:03 +02:00
|
|
|
oss_version: true
|
2017-03-16 21:06:17 +00:00
|
|
|
|
2018-01-31 08:14:24 +01:00
|
|
|
#Do not add tests here. This test is run twice and confirms idempotency.
|