Commit graph

1000 commits

Author SHA1 Message Date
VerboEse
212c4e1389
make repository key id configurable via variable 2019-09-21 23:31:30 +02:00
Julien Mailleret
cf316aebec
Merge pull request #609 from jmlrt/no-more-6.3-compatibility
No more 6.3 compatibility + Use default files permissions from Elasticsearch package
2019-09-18 12:46:31 +02:00
Julien Mailleret
1befe6c0d9
stop trying to create users file as it's already created by the official package 2019-09-18 10:57:58 +02:00
Julien Mailleret
9bac169862
use files permissions from official package 2019-09-18 10:57:07 +02:00
Julien Mailleret
6a1b886753
use default permissions from official package for plugin directory 2019-09-18 10:53:43 +02:00
Julien Mailleret
79470cb344
replace hardcoded /etc/elasticsearch dir by the good variable 2019-09-18 10:04:50 +02:00
Julien Mailleret
c8b666bd79
remove /etc/elasticsearch/security directory creation
This directory isn't used anywhere in this ansible-role
2019-09-18 09:51:45 +02:00
Julien Mailleret
08a8a467b6
fix missing permissions 2019-09-16 12:31:07 +02:00
Julien Mailleret
8e1cafacf5
add some comment to better identify user migration tasks from elasticsearch < 6.3 2019-09-16 10:46:43 +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
Julien Mailleret
e45c902e5e
clean unused task related to multi-instance directories 2019-09-16 10:46:43 +02:00
Julien Mailleret
407dddcae1
hardcode elasticsearch-users command instead of es_xpack_users_command
This variable was introduce to match legacy x-pack/users command before 6.3.
2019-09-16 10:46:43 +02:00
Julien Mailleret
ffc6d99915
clean es_xpack_custom_url variable wich is no more used
This was used to define url to download X-Pack but X-Pack is now embedded in Elasticsearch since 6.3
2019-09-16 10:46:43 +02:00
Julien Mailleret
08512fc17e
fix typo
I think this typo was here since https://github.com/elastic/ansible-elasticsearch/pull/129/commits/048fd636025a00379d2549c36f8b4bd271a8f832
2019-09-16 10:46:37 +02:00
Julien Mailleret
27a524cd07
remove x-pack dir creation 2019-09-16 10:43:32 +02:00
Julien Mailleret
0f601259c6
clean es_xpack_conf_subdir variable
This variable was added to manage specific x-pack dir with version < 6.3
2019-09-16 10:43:32 +02:00
Julien Mailleret
abaf124639
cleanup unused es_version_changed fact 2019-09-16 10:43:32 +02:00
Julien Mailleret
d5e414b9aa
clean code related to xpack plugin install
We don't need this anymore as X-Pack is now already included in elasticsearch since 6.3.
2019-09-16 10:43:32 +02:00
Julien Mailleret
447550903f
clean log config specific to 5.x version 2019-09-16 10:43:32 +02:00
Julien Mailleret
2813c54777
Merge pull request #614 from jmlrt/doc-version
[doc] describe how to select a different elasticsearch version
2019-09-13 10:00:53 +02:00
Julien Mailleret
b7ba308ac4
[doc] describe how to select a different elasticsearch version 2019-09-13 09:30:30 +02:00
Julien Mailleret
909960b9d1
Merge pull request #612 from jmlrt/probot
Add probot config to manage stale issues/pr
2019-09-11 15:23:26 +02:00
Julien Mailleret
09266df689
[github] fix typo in issue template 2019-09-11 14:03:58 +02:00
Julien Mailleret
c88cc53203
[botelastic] add probot config to manage stale issues/pr 2019-09-11 14:03:53 +02:00
Aeva
6811cde9db
Merge branch 'master' into AddSSLSupport 2019-09-07 13:04:22 -07:00
Julien Mailleret
2d1bbf5ac8
Merge pull request #601 from LukeRoz/fixing-package-version-hold
Removing package version hold when `es_version_hold: false`
2019-09-06 12:20:59 +02:00
Łukasz Różok
fd3ceedd8c Remove ES version lock on RedHat when es_version_hold: false 2019-09-06 11:09:24 +02:00
Aeva
85d0742acf
Merge branch 'master' into AddSSLSupport 2019-09-05 10:09:48 -07:00
Łukasz Różok
7562990df9 Remove ES version hold on Debian when es_version_hold: false 2019-09-05 13:50:41 +02:00
Julien Mailleret
34bede8131
add doc for migration with data move (#605) 2019-09-04 19:15:03 +02:00
Julien Mailleret
38390a5742
Merge branch 'master' into AddSSLSupport 2019-09-04 11:37:04 +02:00
Julien Mailleret
0912e1508a
Merge pull request #600 from titan-architrave/master
alwasy gather the es_major_version variables
2019-09-04 11:16:50 +02:00
Titan Lien
651bfdf0fa alwasy gather the es_major_version variables 2019-08-06 16:00:14 +02:00
Aeva
6f93938c48
Merge branch 'master' into AddSSLSupport 2019-07-24 13:22:21 -07:00
Aeva Black
d7efa2048a Add SSL/TLS support
This commit introduces SSL/TLS support for the elastic search transport
layer. It assumes certificates are generated externally, and only
handles uploading and configuring the server accordingly.
2019-07-23 08:17:39 -07:00
Julien Mailleret
410126465e
Merge pull request #595 from broferek/master
Set limitMEMLOCK for OS using systemd
2019-07-22 16:31:35 +02:00
Ludovic Petetin
5bac5a4dbf Use ini_file module for systemd overriding config file, better task naming and fix variable indentation 2019-07-22 15:19:00 +02:00
Ludovic Petetin
5994840c75 Create overriding systemd directory only if using systemd and memory lock is enabled 2019-07-22 14:42:26 +02:00
Ludovic Petetin
2142c6f8f9 adding systemd limitMEMLOCK override file 2019-07-22 12:30:43 +02:00
Ludovic Petetin
b73cd06c14 Set limitMEMLOCK for OS using systemd 2019-07-22 12:28:40 +02:00
Julien Mailleret
ac9341617e
Merge pull request #593 from jmlrt/bunch-of-small-fixes
Bunch of small fixes
2019-07-12 12:41:36 +02:00
Julien Mailleret
6ca0f06372
fix variables names 2019-07-12 11:59:07 +02:00
Julien Mailleret
718b3936f1
remove http.port recommendation 2019-07-12 11:59:07 +02:00
Julien Mailleret
226df614eb
strip spaces to avoid wrong indent 2019-07-12 11:59:07 +02:00
Julien Mailleret
9df5f7f357
Merge pull request #582 from ktibi/option_add_repo
Add option for disable the addition of official repository
2019-07-12 10:02:09 +02:00
Julien Mailleret
71c405f86d
Merge branch 'master' into option_add_repo 2019-07-11 23:06:59 +02:00
Michael Russell
5be8377402
Merge pull request #591 from elastic/not_so_basic
Add back in force_basic_auth for all http requests
2019-07-10 16:30:11 +02:00
Julien Mailleret
872b06de62
Merge branch 'master' into not_so_basic 2019-07-10 09:21:09 +02:00
Julien Mailleret
ad52b2d403
Merge pull request #588 from broferek/master
Set userid and groupid in a different place in the role
2019-07-10 09:07:19 +02:00
Michael Russell
582c79c607
Add back in force_basic_auth for all http requests
Related: #576
This is needed when using security for 6.x. All other http requests
still have this parameter added.
2019-07-09 21:26:10 +02:00