Add metadata for elastic roles

This commit is contained in:
Jérémy Lecour 2017-05-10 00:09:23 +02:00
parent 7393afe676
commit 42834aa438
5 changed files with 83 additions and 7 deletions

View File

@ -13,6 +13,15 @@ galaxy_info:
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: []
# List your role dependencies here, one per line.
# Be sure to remove the '[]' above if you add dependencies

View File

@ -14,8 +14,17 @@ galaxy_info:
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:
- { role: elasticsearch }
- { role: elasticsearch-plugin-head }
- { role: logstash }
- { role: kibana }
- evogalaxy.elasticsearch
- evogalaxy.elasticsearch-plugin-head
- evogalaxy.logstash
- evogalaxy.kibana

View File

@ -1,3 +1,4 @@
---
galaxy_info:
author: Evolix
description: Install Elasticsearch Curtor, for index management.
@ -13,6 +14,15 @@ galaxy_info:
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: []
# List your role dependencies here, one per line.
# Be sure to remove the '[]' above if you add dependencies

View File

@ -1,3 +1,27 @@
---
galaxy_info:
author: Evolix
description: Install the Head plugin for Elasticsearch.
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:
- nodejs
- evogalaxy.nodejs

View File

@ -1,4 +1,28 @@
---
galaxy_info:
author: Evolix
description: Install Elasticsearch
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:
- { role: java8 }
- { role: elastic-sources-list }
- evogalaxy.java8
- evogalaxy.elastic-sources-list