elastic-stack: this meta role is useless

This commit is contained in:
Jérémy Lecour 2017-07-13 15:31:59 +02:00 committed by Jérémy Lecour
parent f31a9db64c
commit 9caf04e01f
3 changed files with 0 additions and 49 deletions

View File

@ -1,10 +0,0 @@
# elastic-stack
Install the Elastic Stack.
It is a "meta-role" for :
- elasticsearch
- elasticsearch-plugin-head
- logstash
- kibana

View File

@ -1,26 +0,0 @@
---
galaxy_info:
author: Evolix
description: Single server install of the Elastic Stack (Elasticsearch, Logstash, Kibana)
issue_tracker_url: https://forge.evolix.org/projects/ansible-roles/issues
license: GPLv2
min_ansible_version: 2.2
platforms:
- name: Debian
versions:
- jessie
galaxy_tags: []
# List tags for your role here, one per line. A tag is
# a keyword that describes and categorizes the role.
# Users find roles by searching for tags. Be sure to
# remove the '[]' above if you add tags to this list.
#
# NOTE: A tag is limited to a single word comprised of
# alphanumeric characters. Maximum 20 tags per role.
dependencies: []

View File

@ -1,13 +0,0 @@
---
- include_role:
name: elasticsearch
- include_role:
name: elasticsearch-plugin-head
- include_role:
name: logstash
- include_role:
name: kibana