Commit graph

1060 commits

Author SHA1 Message Date
0xflotus
ca39bf107e
fix: small error (#739)
fix some typos
2020-11-04 11:33:15 +01:00
Elastic Machine
389a3ff45f
7.9.3 release (#734)
* 7.9.3 release

Co-authored-by: Nassim Kammah <nassim.kammah@elastic.co>
2020-10-22 15:50:23 +02:00
Samuel Mutel
fdfaa5c888
Add an option to not upload SSL/TLS certs (#727) 2020-10-12 10:02:25 +02:00
vielfarbig
2a3793ce82
Add note to only using es_data_dirs and es_log_dir for customizing th… (#726) 2020-10-05 18:03:51 +02:00
Nassim Kammah
ef36f105b7
7.9.2 release (#723)
Co-authored-by: Julien Mailleret <8582351+jmlrt@users.noreply.github.com>
2020-09-24 19:08:32 +02:00
Luke Snyder
a933f3c90e
Use run_once for api related tasks (#716)
Co-authored-by: Luke Snyder <lksnyder0@gmail.com>
2020-09-07 15:57:11 +02:00
Julien Mailleret
b6a07ee61c
7.9.1 release (#718)
* 7.9.1 as default version
2020-09-03 10:43:28 -05:00
joshschmitter
37e93217fe
add ansible var for ES_TMPDIR env var (#714)
Elasticsearch requires its temp directory to be mounted as executable (see executable-jna-tmpdir). However, the CIS guidelines (e.g., CIS_Red_Hat_Enterprise_Linux_7_Benchmark_v2.1.1, 1.1.5) recommend mounting /tmp with noexec. Therefore, users of this ansible role may have reason to set elasticsearch's temp dir to a non-default location.

(The elasticsearch environment variable ES_TMPDIR gets set to /tmp by default. This PR preserves this default behavior.)
2020-09-02 09:10:28 +02:00
Wade Rossmann
50bf641b8c
Properly quote password in shell command (#715) 2020-08-26 08:42:43 +02:00
Yuriy
202676b121
7.9.0 release (#712)
* 7.9.0 as default version
* 6.8.12 as 6.x tested version
2020-08-18 10:32:49 -05:00
Julien Mailleret
37fc61bc2e
7.8.1 release (#708) 2020-07-28 16:32:23 +02:00
Julien Mailleret
76d9f64c95
[meta] add auth-token-credential-id entry for slack (#707)
This commit adds a new auth-token-credential-id entry in addition of auth-token-id for slack token.

This is due to a bug in JJB which requires having both entries to prevent having an empty authTokenCredentialId in job config.xml (https://storyboard.openstack.org/#!/story/2007953).
2020-07-27 15:28:34 +02:00
Julien Mailleret
51f7ddf920
[meta] add slack notifications to CI jobs (#706)
This PR add Slack notifications to Elastic Release team Slack channel
for [elastic+ansible-elasticsearch+master]((https://devops-ci.elastic.co/job/elastic+ansible-elasticsearch+master/)
test job.
2020-07-22 15:26:34 +02:00
Andris Strazdiņš
f339345a0b
Update elasticsearch-security-file.yml (#705)
Without become option stat operation for old users file will work only if user is in elasticsearch group, but copying of old file will fail because user have no write access in elasticsearch config dir.
2020-07-16 16:42:41 +02:00
SuRaMoN
d99c0c86c5
Fixed running ansible in check mode (#701)
Co-authored-by: Julien Mailleret <8582351+jmlrt@users.noreply.github.com>
2020-06-29 13:46:51 +02:00
anisf
9539712bd7
add AMZN Linux 2 support (#703) 2020-06-26 09:42:23 +02:00
Julien Mailleret
adbec9db3f
7.8.0 Release (#700) 2020-06-18 17:05:19 +02:00
Julien Mailleret
8a2ab0ce0e
add debian 10 support (#699)
* add debian 10 support
* install jdk11 for debian 10 and elasticsearch 6
2020-06-15 16:03:14 +02:00
Julien Mailleret
cab03ece10
xpack features refactoring (#653)
- rename es_enable_xpack variable to oss_version
  this variable name should be more explicit and consistent with the xpack changes made in 6.3
  es_enable_xpack can still be used but is deprecated and will be removed in a later version.
- remove es_xpack-features variables
  this variable was not working anymore since 6.3 [0]

[0]: https://github.com/elastic/ansible-elasticsearch/issues/608
2020-06-12 18:15:03 +02:00
Julien Mailleret
c12542836e
[meta] 7.7.1 release (#698) 2020-06-04 21:06:33 +02:00
Alberto Martínez Ballesteros
4420df6927
Use a template to write override.conf file (#697) 2020-05-27 14:56:03 +02:00
jurim76
16fad55bfe
Update users_roles.j2 (#693) 2020-05-25 17:19:25 +02:00
Julien Mailleret
9e327e7437
7.7.0 release (#692)
- 7.7.0 as default version
- 6.8.9 as 6.x tested version
2020-05-13 18:11:10 +02:00
Julien Mailleret
b32481a2d3
Update jvm options with default values for 7.6.0 (#691)
* update jvm options with default values for 7.6.0
* allow overriding heap dump path
2020-05-06 20:51:51 +02:00
Julien Mailleret
744e65c7a5
[meta] bump minimal ansible version to 2.5.0 (#690)
This is required following 20d2a8f as `version` replace `version_compare` in Ansible 2.5.
2020-05-06 15:51:50 +02:00
Cristian Pupazan
1de2bf7e07
Removed port from initial_master_nodes setting (#689)
* Updated Readme - removed port from initial_master_nodes setting as per updated elastic search documentation

Co-authored-by: cristian <cristian@creditinfo.co.uk>
Co-authored-by: Julien Mailleret <julien.mailleret@elastic.co>
2020-05-06 14:07:34 +02:00
Sylvain Baubeau
20d2a8fe6e
stop using deprecated version_compare (#659) 2020-05-06 13:41:00 +02:00
Julien Mailleret
106c5e9886
Merge pull request #686 from jmlrt/762-release
7.6.2 release
2020-03-31 19:14:34 +02:00
Julien Mailleret
f93070ffb5
[7.6.2] update changelog 2020-03-31 10:49:03 +02:00
Julien Mailleret
8ac6ec52b1
[7.6.2] bump version 2020-03-31 10:44:54 +02:00
Julien Mailleret
b93490db4b
Merge pull request #682 from jmlrt/fix-makefile
[meta] export VERSION variable to make subshell
2020-03-20 16:57:25 +01:00
Julien Mailleret
f06ed12bff
[meta] export VERSION variable to make subshell
This fix an issue where VERSION was exported to kitchen tests only if it was set as environment variable in the shell calling make
2020-03-20 16:19:13 +01:00
Julien Mailleret
e01015b6a3
Merge pull request #681 from timdev/topic/allow-set-java-home
Introduce es_java_home variable to allow setting JAVA_HOME
2020-03-20 15:25:41 +01:00
Tim Lieberman
a7e7618050 Introduce es_java_home variable to allow setting JAVA_HOME env var in defaults file. 2020-03-18 17:13:53 -07:00
Julien Mailleret
c115a70543
Merge pull request #678 from nduytg/patch-2
Update security task files
2020-03-06 09:17:42 +01:00
Duy Nguyen
96055923f3
Update elasticsearch-security-file.yml
Refactor template tasks
2020-03-06 15:19:09 +08:00
Duy Nguyen
c4e00fdc5f
Update elasticsearch-security.yml
Refactor template task for copying roles files
2020-03-06 15:15:28 +08:00
Julien Mailleret
abb0d4cf68
Merge pull request #677 from jmlrt/761-release
7.6.1 release
2020-03-04 19:03:22 +01:00
Julien Mailleret
295657aef5
[7.6.1] update changelog 2020-03-04 18:38:35 +01:00
Julien Mailleret
77e516c260
[7.6.1] bump version 2020-03-04 18:35:20 +01:00
Julien Mailleret
3f87694783
Merge pull request #676 from nduytg/patch-1
Update elasticsearch-xpack.yml
2020-03-04 17:00:13 +01:00
Duy Nguyen
9193660334
Update tasks/xpack/elasticsearch-xpack.yml
Co-Authored-By: Julien Mailleret <julien.mailleret@elastic.co>
2020-03-04 22:01:00 +08:00
Duy Nguyen
b1acff4820
Update tasks/xpack/elasticsearch-xpack.yml
Co-Authored-By: Julien Mailleret <julien.mailleret@elastic.co>
2020-03-04 22:00:50 +08:00
Duy Nguyen
444d9f473b
Update elasticsearch-xpack.yml
Refactor file module and fix file mode syntax to support octal number format
2020-03-04 14:56:35 +08:00
Julien Mailleret
3d7052e5e7
Merge pull request #672 from pgassmann/patch-1
fix check mode
2020-02-24 10:56:30 +01:00
Julien Mailleret
7ee3c81b81
Merge branch 'master' into patch-1 2020-02-24 10:40:11 +01:00
Julien Mailleret
d3707faaad
Merge pull request #674 from HadrienPatte/master
Fix typos in README
2020-02-24 09:39:12 +01:00
Hadrien Patte
b59c099430
Fix typos in README
Signed-off-by: Hadrien Patte <hadrien.patte@protonmail.com>
2020-02-23 01:03:41 +01:00
Julien Mailleret
2a7a6d5152
Merge pull request #673 from jmlrt/760-release
7.6.0 release
2020-02-11 18:43:47 +01:00
Julien Mailleret
e9c854abf0
[7.6.0] update changelog 2020-02-11 18:28:18 +01:00