ansible-role-elasticsearch/meta/main.yml
Julien Mailleret 25bd09f683
Small fixes and improvements (#569)
- add .ruby-version
- update ansible min version
- update ansible galaxy tags
- fix doc and changelog
2019-05-31 08:50:00 +02:00

27 lines
446 B
YAML

---
allow_duplicates: yes
galaxy_info:
author: Robin Clarke, Jakob Reiter, Dale McDiarmid
description: Elasticsearch for Linux
company: "Elastic.co"
license: "license (Apache)"
min_ansible_version: 2.4.2
platforms:
- name: EL
versions:
- 6
- 7
- name: Debian
versions:
- all
- name: Ubuntu
versions:
- all
- galaxy_tags:
- elastic
- elasticsearch
- elk
- logging
dependencies: []