zammad: Installiere Opensearch statt ES

This commit is contained in:
phil 2023-02-01 12:03:48 +01:00
parent e287a82aec
commit 84bc66fb08
7 changed files with 110 additions and 94 deletions

View file

@ -1,8 +1,10 @@
---
es_version: "7.10.2"
es_url: "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-oss-{{ es_version }}-amd64.deb"
es_dl_path: /data
es_attachment_max_size: "50"
opensearch:
apt_key_url: https://artifacts.opensearch.org/publickeys/opensearch.pgp
apt_repo: https://artifacts.opensearch.org/releases/bundle/opensearch/2.x/apt stable main
network_host: 127.0.0.1
http_port: 9200
attachment_max_size: 50
ruby_path: "{{ zammad_user_home }}/.rbenv"
ruby_bin_path: "{{ ruby_path }}/versions/{{ ruby_version }}/bin"