You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[#526](https://github.com/elastic/ansible-elasticsearch/pull/527) - @Fra-nk - Allow not installing Elasticsearch deb repository key
14
+
*[#526](https://github.com/elastic/ansible-elasticsearch/pull/526) - @Fra-nk - Allow not installing Elasticsearch deb repository key
15
15
*[#527](https://github.com/elastic/ansible-elasticsearch/pull/527) - @katsukamaru - Execute java version check in check mode
16
16
17
17
## 6.5.1.1 - 2018/11/27
@@ -30,7 +30,7 @@
30
30
31
31
*[#487](https://github.com/elastic/ansible-elasticsearch/pull/487) - @lazouz - Disable check mode to make install plugins idempotent
32
32
*[#501](https://github.com/elastic/ansible-elasticsearch/pull/501) - @kaxil - Make the order of configs consistent for comparing
33
-
*[#497](https://github.com/elastic/ansible-elasticsearch/pull/497) - @Crazybus - Document es_use_repository and es_custom_package_url
33
+
*[#497](https://github.com/elastic/ansible-elasticsearch/pull/497) - @Crazybus - Document es_use_repository and es_custom_package_url
34
34
*[#504](https://github.com/elastic/ansible-elasticsearch/pull/504) - @victorgs - Using tests as filters is deprecated
35
35
*[#493](https://github.com/elastic/ansible-elasticsearch/pull/493) - @Crazybus - Only use the first found java version if there are multiple installed
36
36
@@ -72,7 +72,7 @@ When upgrading from module versions prior to 6.3, there are a number of upgrade
72
72
* oss to oss
73
73
* oss to xpack
74
74
* xpack to xpack
75
-
* X-Pack configuration files which used to be in `${ES_PATH_CONF}/x-pack` are now in `${ES_PATH_CONF}/`. If you have any configuration files in this directory not managed by ansible you will need to move them manually.
75
+
* X-Pack configuration files which used to be in `${ES_PATH_CONF}/x-pack` are now in `${ES_PATH_CONF}/`. If you have any configuration files in this directory not managed by ansible you will need to move them manually.
76
76
77
77
#### Features
78
78
@@ -92,14 +92,14 @@ When upgrading from module versions prior to 6.3, there are a number of upgrade
92
92
93
93
## 6.2.4.1 - 2018/06/14
94
94
95
-
Patch release requested by @average-joe in #453
95
+
Patch release requested by @average-joe in #453
96
96
97
97
#### Pull requests
98
98
99
-
*[#445](https://github.com/elastic/ansible-elasticsearch/pull/445) - @gekkeharry13 - Added configuration options for configuring x-pack notifications via email with some other nice fixes.
99
+
*[#445](https://github.com/elastic/ansible-elasticsearch/pull/445) - @gekkeharry13 - Added configuration options for configuring x-pack notifications via email with some other nice fixes.
100
100
*[#450](https://github.com/elastic/ansible-elasticsearch/pull/450) - @Crazybus - improving some flakey tests which were randomly failing.
101
101
*[#447](https://github.com/elastic/ansible-elasticsearch/pull/447) - @chaintng - Fix to make sure sudo is used when running `update-alternatives` for java.
102
-
*[#423](https://github.com/elastic/ansible-elasticsearch/pull/423) - @eRadical - Fixing the until condition being used when installing rpms from a custom repository.
102
+
*[#423](https://github.com/elastic/ansible-elasticsearch/pull/423) - @eRadical - Fixing the until condition being used when installing rpms from a custom repository.
103
103
104
104
105
105
## 6.2.4 - 2018/04/24
@@ -120,9 +120,9 @@ Patch release requested by @average-joe in #453
120
120
## 6.1.3 - 2018/02/01
121
121
122
122
*`6.x` is now the default `es_major_version` with `6.1.3` as the default `es_version`
123
-
* Special thanks to @shribigb, @toddlers and @remil1000 for their efforts in getting `6.x` support working!
123
+
* Special thanks to @shribigb, @toddlers and @remil1000 for their efforts in getting `6.x` support working!
124
124
*`.kitchen.yml` has been updated to allow testing both `6.x` and `5.x` versions
125
-
* A new [Jenkins job](https://devops-ci.elastic.co/job/elastic+ansible-elasticsearch+pull-request/) has been added for pull requests to automatically test all combinations of `6.x` and `5.x` on ubuntu-1404, ubuntu-1604, debian-8 and centos-7 with the various test suites.
125
+
* A new [Jenkins job](https://devops-ci.elastic.co/job/elastic+ansible-elasticsearch+pull-request/) has been added for pull requests to automatically test all combinations of `6.x` and `5.x` on ubuntu-1404, ubuntu-1604, debian-8 and centos-7 with the various test suites.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,17 +13,17 @@ Ansible role for 7.x/6.x Elasticsearch. Currently this works on Debian and RedH
13
13
* Debian 9
14
14
* CentOS 7
15
15
16
-
The latest Elasticsearch versions of 7.x & 6.x are actively tested.**Only Ansible versions > 2.4.3.0 are supported, as this is currently the only version tested.**
16
+
The latest Elasticsearch versions of 7.x & 6.x are actively tested.
17
17
18
-
#####Dependency
18
+
## Dependency
19
19
This role uses the json_query filter which [requires jmespath](https://github.com/ansible/ansible/issues/24319) on the local machine.
20
20
21
21
## Usage
22
22
23
23
Create your Ansible playbook with your own tasks, and include the role elasticsearch. You will have to have this repository accessible within the context of playbook.
Then create your playbook yaml adding the role elasticsearch. By default, the user is only required to specify a unique es_instance_name per role application. This should be unique per node.
0 commit comments