Commit graph

975 commits

Author SHA1 Message Date
Nathan Young
9580a08f4d
Fix bare variable boolean 2019-10-11 23:01:05 +01:00
Nathan Young
5da76a85c7
Add api scheme based on http_ssl variable 2019-10-11 17:16:35 +01:00
Nathan Young
a1a190feb7
Fix typo 2019-10-11 17:02:26 +01:00
Nathan Young
2fb648fee6
Fix deprecated security api endpoint 2019-10-11 17:02:15 +01:00
Nathan Young
e516472af0
Fix copy variables 2019-10-11 16:33:09 +01:00
Nathan Young
b792db7bc7
Fix config colons 2019-10-11 16:29:54 +01:00
Nathan Young
51eb05b6de
Move SSL config into security conditional 2019-10-11 16:16:53 +01:00
Nathan Young
45ef5a467c
Add SSL keystore and truststore 2019-10-11 16:09:05 +01:00
Julien Mailleret
17b363c7e9
Merge pull request #617 from jmlrt/systemd-daemon-reload
use systemd ansible module for daemon-reload
2019-10-04 17:07:21 +02:00
Julien Mailleret
779b3d3a2b
Merge branch 'master' into systemd-daemon-reload 2019-10-04 16:40:01 +02:00
Julien Mailleret
3e9e7be7b0
Merge pull request #619 from jmlrt/fix-attribute-error
[python] fix AttributeError + format code with black
2019-10-04 16:32:20 +02:00
Julien Mailleret
baa4795c1f
Merge branch 'master' into systemd-daemon-reload 2019-10-04 15:40:27 +02:00
Julien Mailleret
c90e17ce66
Merge branch 'master' into fix-attribute-error 2019-10-04 15:39:54 +02:00
Julien Mailleret
0f132c9d03
Merge pull request #618 from jmlrt/probot-fix-newlines
[botelastic] fix probot newlines
2019-10-04 15:08:11 +02:00
Julien Mailleret
6fdc3cd842
use systemd ansible module for daemon-reload 2019-10-04 08:08:09 +02:00
Julien Mailleret
00b86d0257
[python] format python code with black 2019-10-04 08:00:55 +02:00
Julien Mailleret
cc0abcfc01
[python] replace python2 iteritems by python3 items
source https://wiki.python.org/moin/Python3.0\#Built-In_Changes
2019-10-04 07:41:34 +02:00
Julien Mailleret
ebd86af7bf
[botelastic] fix probot newlines 2019-10-04 07:24:52 +02:00
Julien Mailleret
aff478f52f
Merge pull request #615 from jmlrt/7.4.0
7.4.0 Release
2019-10-01 17:54:38 +02:00
Julien Mailleret
9c9850166d
update changelog 2019-09-25 15:59:09 +02:00
Julien Mailleret
10d16a2c1f
bump elasticsearch version 2019-09-25 15:57:19 +02:00
Julien Mailleret
d688ece279
Merge pull request #510 from verboEse/master
* don't fetch APT key if existent
2019-09-24 12:50:09 +02:00
Jan Dreyer
b52a570b9e adding es_apt_key_id to var declaration for Debian 2019-09-21 23:54:11 +02:00
Jan Dreyer
d04905e75f removing duplicate stuff
moving es_apt_key_id to correct position
2019-09-21 23:41:37 +02:00
Jan Dreyer
14d3a41edd merge upstream 2019-09-21 23:36:21 +02:00
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