Make sure shared tests work for RedHat and Debian
This commit is contained in:
parent
433ed7f5e3
commit
9673fe4679
3 changed files with 43 additions and 18 deletions
|
|
@ -39,7 +39,9 @@
|
|||
roles:
|
||||
- role: elasticsearch
|
||||
es_instance_name: "node1"
|
||||
es_data_dirs: "/opt/elasticsearch/data-1,/opt/elasticsearch/data-2"
|
||||
es_data_dirs:
|
||||
- "/opt/elasticsearch/data-1"
|
||||
- "/opt/elasticsearch/data-2"
|
||||
es_config:
|
||||
discovery.zen.ping.unicast.hosts: "localhost:9300"
|
||||
http.port: 9201
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue