ansible-role-elasticsearch/tasks
Julien Mailleret a1c81884e2
[7.x] add support for elasticsearch 7.x and remove support for 5.x (#558)
- add support for elasticsearch 7.x
- remove support for elasticsearch 5.x
- update kitchen-ansible configuration (install ansible and jmespath dependencies using os repositories)
- replace geoip plugin in tests as this one is now embeded in elasticsearch since 6.7.0 (cf. https://www.elastic.co/guide/en/elasticsearch/plugins/6.7/ingest-geoip.html)
- update discovery configuration for 7.x (in ES 7.x, discovery.zen.ping.unicast.hosts is replaced by discovery.seed_hosts and transport.tcp.port is replaced by transport.port, also discovery.seed_hosts is disabled on master nodes to avoid "master_not_discovered_exception" error when creating templates in the same play)
- update index template structure for 7.x 
- update security realms settings for 7.x (cf. https://www.elastic.co/guide/en/elasticsearch/reference/current/breaking-changes-7.0.html#include-realm-type-in-setting)
2019-05-09 09:06:02 +02:00
..
xpack add a few more 'check_mode:no' props for compatiblity with --check mode of ansible 2019-03-14 09:24:06 +01: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 add a few more 'check_mode:no' props for compatiblity with --check mode of ansible 2019-03-14 09:24:06 +01:00
elasticsearch-Debian-version-lock.yml Use dpkg_selections to lock elasticsearch version 2019-01-24 15:30:49 +01:00
elasticsearch-Debian.yml make playbook (tested for debians) compatible with the mode 2019-02-28 14:33:53 +01:00
elasticsearch-optional-user.yml Merge branch 'master' into become-yes 2017-09-19 14:22:02 -06:00
elasticsearch-parameters.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-plugins.yml add idempotence in check mode for plugins 2018-10-10 18:14:21 +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-scripts.yml naming unnamed tasks 2018-02-04 07:09:23 +00:00
elasticsearch-template.yml Fix template conditional 2019-03-29 09:16:01 +11: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 [7.x] add support for elasticsearch 7.x and remove support for 5.x (#558) 2019-05-09 09:06:02 +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