mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-08 22:33:18 +02:00
Update to 2024-07-30 00:00
This commit is contained in:
parent
f61d0f1c95
commit
7ca183d87f
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
# Version of elasticsearch to deploy
|
# Version of elasticsearch to deploy
|
||||||
es_version: 8.14.1
|
es_version: 8.14.3
|
||||||
# root directory
|
# root directory
|
||||||
es_root_dir: /opt/elasticsearch
|
es_root_dir: /opt/elasticsearch
|
||||||
# URL of the archive
|
# URL of the archive
|
||||||
es_archive_url: https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-{{ es_version }}-linux-x86_64.tar.gz
|
es_archive_url: https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-{{ es_version }}-linux-x86_64.tar.gz
|
||||||
# Expected sha512 of the archive
|
# Expected sha512 of the archive
|
||||||
es_archive_sha512: 31ed9fe9e28bb778c1042df8dc4183b3044e250d5ee5d760c4e5f1fe5c82e52e2882ed02824c454a64fefbaa10f9212bde9b6b4faa278e2cb5dc64b57960da00
|
es_archive_sha512: 5c9df84b225e4a80d6f86d84e4f9afaa23fd51c0f62827d085957447057361db3c3adc485eaec18f6c98615739babf2e5c7c4cc2a7a6351c79f384150c293391
|
||||||
# Should ansible handle upgrades or only initial installation ?
|
# Should ansible handle upgrades or only initial installation ?
|
||||||
es_manage_upgrade: True
|
es_manage_upgrade: True
|
||||||
# User under which the service will run (will be created)
|
# User under which the service will run (will be created)
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
# MaxUsers = "9"
|
# MaxUsers = "9"
|
||||||
# Mode = "subscription"
|
# Mode = "subscription"
|
||||||
# etc...
|
# etc...
|
||||||
seafile_version: "{{ seafile_license is defined | ternary('11.0.10','11.0.9') }}"
|
seafile_version: "{{ seafile_license is defined | ternary('11.0.11','11.0.9') }}"
|
||||||
|
|
||||||
# Archive URL and sha256 are only used for the community version
|
# Archive URL and sha256 are only used for the community version
|
||||||
seafile_archive_url: https://s3.eu-central-1.amazonaws.com/download.seadrive.org/seafile-server_{{ seafile_version }}_x86-64.tar.gz
|
seafile_archive_url: https://s3.eu-central-1.amazonaws.com/download.seadrive.org/seafile-server_{{ seafile_version }}_x86-64.tar.gz
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4ee11cc869f500337a4f3c9657475906a47dda4c04d41a558151aa779f845ebe
|
|
||||||
size 203053437
|
|
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:17a1c2720f78af80be513c6d38103b395afe18b2c992184f657478a950a94869
|
||||||
|
size 204397821
|
Loading…
x
Reference in New Issue
Block a user