Update to 2022-03-22 11:00

This commit is contained in:
Daniel Berteaud
2022-03-22 11:00:07 +01:00
parent 0800a3d4fd
commit e0e0312fa6
2 changed files with 4 additions and 4 deletions

View File

@@ -1,13 +1,13 @@
---
# Version of elasticsearch to deploy
es_version: 7.17.0
es_version: 7.17.1
# root directory
es_root_dir: /opt/elasticsearch
# URL of the archive
es_archive_url: https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-{{ es_version }}-linux-x86_64.tar.gz
# Expected sha512 of the archive
es_archive_sha512: c9c3e2ef237c825c67f8a242a419eb7989b40beeaf399f3e68bdff0f5d62a5d5dcfa832b8e3284778e941f73bc64b8eaa899dad1b1282af65fc3687d7e9d6a4c
es_archive_sha512: fe2ec941e98713dc9a9c4e54c411d9b63be066ec2b1ca5ec2873d70dabbde7463bc46b8785d2a82e8fcc007d340b47a2964be1637033609ffdc96756e73c6413
# Should ansible handle upgrades or only initial installation ?
es_manage_upgrade: True
# User under which the service will run (will be created)