Commit graph

1000 commits

Author SHA1 Message Date
pemontto
a2c4012197
Update and document unmanaged user vars 2019-10-28 14:25:52 +00:00
Julien Mailleret
e6ae0104d0
add bumper script 2019-10-25 14:30:59 +02:00
pemontto
43f7421d72
Merge branch 'master' into AddSSLSupport 2019-10-25 11:14:00 +01:00
pemontto
49e36125a5
Update SSL/TLS tests 2019-10-25 10:18:00 +01:00
pemontto
7fd243827c
Add configurable native realm sleep 2019-10-25 10:10:42 +01:00
Julien Mailleret
b7c0471602
Merge pull request #624 from jmlrt/7.4.1
7.4.1 release
2019-10-23 17:21:48 +02:00
Julien Mailleret
cfba008c90
Update CHANGELOG.md
Co-Authored-By: Chris Koehnke <chris.koehnke@pm.me>
2019-10-23 16:59:46 +02:00
pemontto
f4e4216ed5
Add section on generating a keystore 2019-10-22 14:40:51 +01:00
pemontto
235a656350
Add documentation for SSL/TLS 2019-10-22 14:27:56 +01:00
pemontto
ea0a026e91
Use es_conf_dir for default cert location 2019-10-22 14:23:52 +01:00
pemontto
d59c452918
Add tests specifically for SSL certificates 2019-10-22 13:04:56 +01:00
pemontto
42fb7192b9
Add profiling to measure time spent on tasks 2019-10-22 13:04:22 +01:00
Julien Mailleret
2425e2c78b
7.4.1 release 2019-10-22 11:31:19 +02:00
pemontto
b59262cb34
Fix deprecated license URL 2019-10-18 18:27:55 +01:00
pemontto
ab70e6f11d
Add tests for SSL and and trial versions 2019-10-18 17:56:55 +01:00
pemontto
3707af1488
Fix conditional for password removal 2019-10-18 17:51:44 +01:00
pemontto
57fa4e5176
Add option to enable xpack trial 2019-10-18 16:54:46 +01:00
pemontto
8d72d86ab8
Fix es_same_keystore conditional 2019-10-16 16:39:31 +01:00
pemontto
e01af7977f
Better support for different truststores 2019-10-16 16:36:43 +01:00
pemontto
2b0343e135
URL encode items in path 2019-10-16 16:36:17 +01:00
pemontto
27e3cff9a2
Add option to keep existing users 2019-10-15 15:37:39 +01:00
pemontto
7196557c09
Update tests 2019-10-13 16:18:55 +01:00
Nathan Young
e2ffdce380
Add ability to use key and truststore passwords 2019-10-12 00:57:49 +01:00
Nathan Young
d0064c6a88
Add option for invalid certificates 2019-10-12 00:03:47 +01:00
Nathan Young
551d93b646
Merge branch 'master' into AddSSLSupport 2019-10-11 23:09:03 +01:00
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