Commit graph

138 commits

Author SHA1 Message Date
Elastic Machine
001c08b1a8
7.11.2 release (#783) 2021-03-10 11:07:27 -05:00
Elastic Machine
7bf590a219
7.11.1 release (#780)
Co-authored-by: Julien Mailleret <8582351+jmlrt@users.noreply.github.com>
2021-02-22 17:52:36 +01:00
Elastic Machine
dcef5b7e91
7.10.2 release (#754) 2021-01-14 16:25:39 +01:00
Elastic Machine
ffeb286150
7.10.1 release (#749) 2020-12-09 16:16:36 +01:00
Elastic Machine
36c451d3f1
7.10.0 release (#743) 2020-11-11 10:05:49 -05:00
Elastic Machine
389a3ff45f
7.9.3 release (#734)
* 7.9.3 release

Co-authored-by: Nassim Kammah <nassim.kammah@elastic.co>
2020-10-22 15:50:23 +02:00
Samuel Mutel
fdfaa5c888
Add an option to not upload SSL/TLS certs (#727) 2020-10-12 10:02:25 +02:00
Nassim Kammah
ef36f105b7
7.9.2 release (#723)
Co-authored-by: Julien Mailleret <8582351+jmlrt@users.noreply.github.com>
2020-09-24 19:08:32 +02:00
Julien Mailleret
b6a07ee61c
7.9.1 release (#718)
* 7.9.1 as default version
2020-09-03 10:43:28 -05:00
joshschmitter
37e93217fe
add ansible var for ES_TMPDIR env var (#714)
Elasticsearch requires its temp directory to be mounted as executable (see executable-jna-tmpdir). However, the CIS guidelines (e.g., CIS_Red_Hat_Enterprise_Linux_7_Benchmark_v2.1.1, 1.1.5) recommend mounting /tmp with noexec. Therefore, users of this ansible role may have reason to set elasticsearch's temp dir to a non-default location.

(The elasticsearch environment variable ES_TMPDIR gets set to /tmp by default. This PR preserves this default behavior.)
2020-09-02 09:10:28 +02:00
Yuriy
202676b121
7.9.0 release (#712)
* 7.9.0 as default version
* 6.8.12 as 6.x tested version
2020-08-18 10:32:49 -05:00
Julien Mailleret
37fc61bc2e
7.8.1 release (#708) 2020-07-28 16:32:23 +02:00
Julien Mailleret
adbec9db3f
7.8.0 Release (#700) 2020-06-18 17:05:19 +02:00
Julien Mailleret
cab03ece10
xpack features refactoring (#653)
- rename es_enable_xpack variable to oss_version
  this variable name should be more explicit and consistent with the xpack changes made in 6.3
  es_enable_xpack can still be used but is deprecated and will be removed in a later version.
- remove es_xpack-features variables
  this variable was not working anymore since 6.3 [0]

[0]: https://github.com/elastic/ansible-elasticsearch/issues/608
2020-06-12 18:15:03 +02:00
Julien Mailleret
c12542836e
[meta] 7.7.1 release (#698) 2020-06-04 21:06:33 +02:00
Julien Mailleret
9e327e7437
7.7.0 release (#692)
- 7.7.0 as default version
- 6.8.9 as 6.x tested version
2020-05-13 18:11:10 +02:00
Julien Mailleret
b32481a2d3
Update jvm options with default values for 7.6.0 (#691)
* update jvm options with default values for 7.6.0
* allow overriding heap dump path
2020-05-06 20:51:51 +02:00
Sylvain Baubeau
20d2a8fe6e
stop using deprecated version_compare (#659) 2020-05-06 13:41:00 +02:00
Julien Mailleret
8ac6ec52b1
[7.6.2] bump version 2020-03-31 10:44:54 +02:00
Tim Lieberman
a7e7618050 Introduce es_java_home variable to allow setting JAVA_HOME env var in defaults file. 2020-03-18 17:13:53 -07:00
Julien Mailleret
77e516c260
[7.6.1] bump version 2020-03-04 18:35:20 +01:00
Julien Mailleret
031b0e0742
[7.6.0] bump version 2020-02-11 18:23:09 +01:00
Julien Mailleret
c529d0bf9b
[7.5.2] bump elasticsearch version 2020-01-21 15:59:33 +01:00
Julien Mailleret
ffa66f5d21
[7.5.1] bump version 2019-12-18 15:59:40 +01:00
Julien Mailleret
11bf8d2d54
set templates task to run only if es_templates is true 2019-12-11 13:40:15 +01:00
Julien Mailleret
276e228f75
[7.5.0] bump elasticsearch version 2019-12-06 22:16:17 +01:00
Julien Mailleret
ea4d6cf43a
ansible code simplification after review 2019-12-02 14:15:00 +01:00
Julien Mailleret
1dbbda64aa
bump elasticsearch to 6.8.5 and 7.4.2 2019-11-28 07:52:22 +01:00
Julien Mailleret
04438f9110
allow to deploy custom config files 2019-11-27 11:50:26 +01:00
Julien Mailleret
dc813aec3d
remove deprecated MAX_THREADS option
This option doesn't seem to exists anymore in elasticsearch. It's not present in current versions of system configuration provided by recent elasticsearch packages and there is no code using it inside elasticsearch.
2019-11-26 23:36:03 +01:00
Julien Mailleret
6217e9485e
stop overriding log4j configuration
The log4j configuration template provided by this ansible role doesn't reflect current log4j configuration in elasticsearch 6.x and 7.x.
Also this template doesn't contain any variable so everything is hardcoded inside.
As we don't need to override any value inside, let's use standard elasticsearch log4j configuration file provided by elasticsearch package and stop overriding it with this role.
2019-11-26 23:31:59 +01:00
pemontto
8156ab4821
Add option to forgo autogenerated SSL config 2019-11-15 12:24:29 +00:00
pemontto
70143c6327
Add es_license_api variable 2019-10-31 10:54:53 +00:00
pemontto
a2c4012197
Update and document unmanaged user vars 2019-10-28 14:25:52 +00:00
pemontto
43f7421d72
Merge branch 'master' into AddSSLSupport 2019-10-25 11:14:00 +01:00
pemontto
7fd243827c
Add configurable native realm sleep 2019-10-25 10:10:42 +01:00
pemontto
ea0a026e91
Use es_conf_dir for default cert location 2019-10-22 14:23:52 +01:00
Julien Mailleret
2425e2c78b
7.4.1 release 2019-10-22 11:31:19 +02:00
pemontto
57fa4e5176
Add option to enable xpack trial 2019-10-18 16:54:46 +01:00
pemontto
27e3cff9a2
Add option to keep existing users 2019-10-15 15:37:39 +01:00
pemontto
7196557c09
Update tests 2019-10-13 16:18:55 +01:00
Nathan Young
e2ffdce380
Add ability to use key and truststore passwords 2019-10-12 00:57:49 +01:00
Nathan Young
d0064c6a88
Add option for invalid certificates 2019-10-12 00:03:47 +01:00
Nathan Young
551d93b646
Merge branch 'master' into AddSSLSupport 2019-10-11 23:09:03 +01:00
Nathan Young
5da76a85c7
Add api scheme based on http_ssl variable 2019-10-11 17:16:35 +01:00
Nathan Young
2fb648fee6
Fix deprecated security api endpoint 2019-10-11 17:02:15 +01:00
Nathan Young
45ef5a467c
Add SSL keystore and truststore 2019-10-11 16:09:05 +01:00
Julien Mailleret
10d16a2c1f
bump elasticsearch version 2019-09-25 15:57:19 +02:00
Julien Mailleret
be7941438c
cleanup some values related to 5.x version
We can remove them since 5.x is no more supported
2019-09-16 10:46:43 +02:00
Aeva
6f93938c48
Merge branch 'master' into AddSSLSupport 2019-07-24 13:22:21 -07:00