Update to 2022-07-07 11:00

This commit is contained in:
Daniel Berteaud
2022-07-07 11:00:17 +02:00
parent c27549fddc
commit c36a4dee6a
5 changed files with 11 additions and 8 deletions

View File

@@ -1,13 +1,13 @@
---
# Version of elasticsearch to deploy
es_version: 7.17.1
es_version: 7.17.5
# 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: fe2ec941e98713dc9a9c4e54c411d9b63be066ec2b1ca5ec2873d70dabbde7463bc46b8785d2a82e8fcc007d340b47a2964be1637033609ffdc96756e73c6413
es_archive_sha512: 98791c40f7ce1ba2a463fddb0986bb6ab9f94ab6479d79f96cd9b772e5208a04c7552c56e9fea484248d2ff1dd46fa25ed7066a41160fb22eb1b8dc837448ccf
# Should ansible handle upgrades or only initial installation ?
es_manage_upgrade: True
# User under which the service will run (will be created)