Uses Kitchen-CI, kitchen-ansible and kitchen-docker components Also uses serverspec. Currently supports: - CentOS 6, 7 - Debian 7, 8 - Ubuntu 14.04
9 lines
205 B
YAML
9 lines
205 B
YAML
---
|
|
- name: wrapper playbook for kitchen testing "elasticsearch"
|
|
hosts: localhost
|
|
roles:
|
|
- elasticsearch
|
|
vars:
|
|
es_plugins:
|
|
- plugin: lmenezes/elasticsearch-kopf
|
|
version: master
|