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

View file

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

View file

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