8 lines
No EOL
210 B
YAML
8 lines
No EOL
210 B
YAML
---
|
|
- name: wrapper playbook for kitchen testing "elasticsearch"
|
|
hosts: localhost
|
|
roles:
|
|
- { role: elasticsearch, es_instance_name: "node1" }
|
|
vars:
|
|
es_use_repository: "true"
|
|
es_heap_size: "1g" |