From 9caf04e01f95500e2bbba60a6f44871b4d516cf4 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Thu, 13 Jul 2017 15:31:59 +0200 Subject: [PATCH] elastic-stack: this meta role is useless --- elastic-stack/README.md | 10 ---------- elastic-stack/meta/main.yml | 26 -------------------------- elastic-stack/tasks/main.yml | 13 ------------- 3 files changed, 49 deletions(-) delete mode 100644 elastic-stack/README.md delete mode 100644 elastic-stack/meta/main.yml delete mode 100644 elastic-stack/tasks/main.yml diff --git a/elastic-stack/README.md b/elastic-stack/README.md deleted file mode 100644 index 22f09223..00000000 --- a/elastic-stack/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# elastic-stack - -Install the Elastic Stack. - -It is a "meta-role" for : - -- elasticsearch -- elasticsearch-plugin-head -- logstash -- kibana diff --git a/elastic-stack/meta/main.yml b/elastic-stack/meta/main.yml deleted file mode 100644 index 94d60626..00000000 --- a/elastic-stack/meta/main.yml +++ /dev/null @@ -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: [] diff --git a/elastic-stack/tasks/main.yml b/elastic-stack/tasks/main.yml deleted file mode 100644 index ad01cef0..00000000 --- a/elastic-stack/tasks/main.yml +++ /dev/null @@ -1,13 +0,0 @@ ---- - -- include_role: - name: elasticsearch - -- include_role: - name: elasticsearch-plugin-head - -- include_role: - name: logstash - -- include_role: - name: kibana