mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-17 17:14:20 +01:00
7 lines
187 B
YAML
7 lines
187 B
YAML
---
|
|
- name: wrapper playbook for kitchen testing "elasticsearch"
|
|
hosts: localhost
|
|
roles:
|
|
- { role: elasticsearch, es_instance_name: "node1" }
|
|
vars:
|
|
es_use_repository: "true" |