From 3b0c47333cc25e3a331575309c23522d8f294529 Mon Sep 17 00:00:00 2001 From: Dale McDiarmid Date: Mon, 16 Jan 2017 12:33:06 +0000 Subject: [PATCH] Doc cleanup --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index ed04414..d693151 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ansible-elasticsearch -**THIS ROLE IS UNDER DEVELOPMENT FOR 5.x. FOR 2.x SUPPORT PLEASE USE THE 2.x BRANCH.** +**THIS ROLE IS FOR 5.x. FOR 2.x SUPPORT PLEASE USE THE 2.x BRANCH.** Ansible role for 5.x Elasticsearch. Currently this works on Debian and RedHat based linux systems. Tested platforms are: @@ -314,8 +314,6 @@ These can either be set to a user declared in the file based realm, with admin p Additional parameters to es_config allow the customization of the Java and Elasticsearch versions, in addition to role behaviour. Options include: -Following variables affect the versions installed: - * ```es_major_version``` (e.g. "5.1" ). Should be consistent with es_version. For versions >= 5.0 this must be "5.x". * ```es_version``` (e.g. "5.1.2"). * ```es_api_host``` The host name used for actions requiring HTTP e.g. installing templates. Defaults to "localhost".