Julien Mailleret
|
2cb020a4c2
|
Remove multi instances support (#566)
* remove multi instances support
The goal is to stop supporting installation of more than one node in the same host. This commit update the Ansible role README documentation and remove the multi instances kitchen test.
* remove systemd and init.d templates
As we no more need to support more than one node on the same host, we no more need to override init files provided by elasticsearch official packages.
* remove file script feature
File scripts have been removed since elasticsearch 6.0 (https://www.elastic.co/guide/en/elasticsearch/reference/6.0/breaking_60_scripting_changes.html#_file_scripts_removed)
* remove custom user and custom group
ES_USER and ES_GROUP settings are no longer supported (https://www.elastic.co/guide/en/elasticsearch/reference/6.0/breaking_60_packaging_changes.html#_configuring_custom_user_and_group_for_package_is_no_longer_allowed)
* add upgrade procedure
* use same task for license activation with and without authentication
|
2019-06-03 14:18:09 +02:00 |
|
Cloud Fox
|
dd9b4aad97
|
naming unnamed tasks
|
2018-02-04 07:09:23 +00:00 |
|
Shri Bodas
|
9115bb4dff
|
Adding 6.x support with Bootstrap user addition
|
2018-01-30 11:23:34 +01:00 |
|
Brad Pitcher
|
891d87c019
|
Merge branch 'master' into become-yes
|
2017-09-19 14:22:02 -06:00 |
|
Dale McDiarmid
|
3a0940fcb7
|
Merge branch 'xpack' of https://github.com/nullkarma/ansible-elasticsearch into nullkarma-xpack
|
2017-08-18 19:38:16 +01:00 |
|
Dale McDiarmid
|
b93493733d
|
Fix for proxy settings into env var
|
2017-08-15 14:48:12 +01:00 |
|
Daniel Chamot
|
c127cb39d1
|
add x-pack local install tasks
|
2017-06-26 12:13:34 +02:00 |
|
Brad Pitcher
|
024e6caa4b
|
use become: yes when root is needed
|
2017-05-12 13:31:50 -07:00 |
|
Johan De Meersman
|
52ae57023a
|
Add check_mode:no to x_pack_installed so ansible doesn't crash in check mode
|
2017-03-07 14:47:32 +01:00 |
|
Dale McDiarmid
|
719bd67fde
|
X-Pack fixes - no more license file needed
|
2017-01-16 12:04:10 +00:00 |
|
Dale McDiarmid
|
7efec96ea9
|
Plugin fixes for 5.x
|
2017-01-13 15:28:53 +00:00 |
|
Dale McDiarmid
|
ffc417c766
|
remove path.work from tests
|
2017-01-13 12:51:25 +00:00 |
|
Dale McDiarmid
|
8772f6d605
|
Changes for x-pack installation 5.x
|
2017-01-11 13:09:05 +00:00 |
|
Dale McDiarmid
|
cde17346d5
|
Version 5.0 - no need for plugin prefix
|
2017-01-11 10:26:57 +00:00 |
|
Benjamin Daschel
|
02bb86a9f2
|
quote interpolated variables in command
|
2017-01-08 15:31:11 -08:00 |
|
Dale McDiarmid
|
2062e85d14
|
Merge conflicts
|
2017-01-06 10:59:16 +00:00 |
|
Maarten Bezemer
|
d341a4c0ea
|
Version 2.X does need the filter to parse the plugin output
|
2016-11-04 15:56:27 +01:00 |
|
Maarten Bezemer
|
2771eb2a92
|
Add binary prefix for version 5.x
|
2016-11-02 14:29:11 +01:00 |
|
Thierno IB. BARRY
|
daa14f687f
|
fix typo when removing xpack plugins
|
2016-09-19 17:41:56 +02:00 |
|
Dale McDiarmid
|
0aa00b477b
|
Plugin listed error detection improved
|
2016-08-29 17:41:35 +01:00 |
|
Dale McDiarmid
|
9eacd3a5e0
|
Fix for detecting es version changed
|
2016-07-24 17:39:44 +01:00 |
|
Dale McDiarmid
|
57fa9e432b
|
Support for all xpack features through generic install + improved tests
|
2016-07-24 15:25:32 +01:00 |
|