ansible-role-elasticsearch/tasks
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
..
xpack Remove multi instances support (#566) 2019-06-03 14:18:09 +02:00
compatibility-variables.yml [7.x] add support for elasticsearch 7.x and remove support for 5.x (#558) 2019-05-09 09:06:02 +02:00
elasticsearch-config.yml Remove multi instances support (#566) 2019-06-03 14:18:09 +02:00
elasticsearch-Debian-version-lock.yml Use dpkg_selections to lock elasticsearch version 2019-01-24 15:30:49 +01:00
elasticsearch-Debian.yml Remove multi instances support (#566) 2019-06-03 14:18:09 +02:00
elasticsearch-optional-user.yml Merge branch 'master' into become-yes 2017-09-19 14:22:02 -06:00
elasticsearch-parameters.yml Remove multi instances support (#566) 2019-06-03 14:18:09 +02:00
elasticsearch-plugins.yml Remove multi instances support (#566) 2019-06-03 14:18:09 +02:00
elasticsearch-RedHat-version-lock.yml Add version lock to the correct package name 2018-07-26 15:45:40 +02:00
elasticsearch-RedHat.yml Actually remove the unused RedHat repository 2019-01-02 10:06:47 +01:00
elasticsearch-template.yml [templates] simplify template install task 2019-05-09 19:39:09 +02:00
elasticsearch.yml Version 5.0 - no need for plugin prefix 2017-01-11 10:26:57 +00:00
java.yml make playbook (tested for debians) compatible with the mode 2019-02-28 14:33:53 +01:00
main.yml Remove multi instances support (#566) 2019-06-03 14:18:09 +02:00
snapshot-release.yml add a few more 'check_mode:no' props for compatiblity with --check mode of ansible 2019-03-14 09:24:06 +01:00