Füge ES Variablen ein
This commit is contained in:
parent
fba2a88ca4
commit
48c86c7863
1 changed files with 8 additions and 0 deletions
|
@ -1,7 +1,15 @@
|
||||||
---
|
---
|
||||||
cron_file: /etc/cron.d/zammad
|
cron_file: /etc/cron.d/zammad
|
||||||
|
|
||||||
debian_version: bullseye
|
debian_version: bullseye
|
||||||
|
|
||||||
|
es_version: 7.10.2
|
||||||
|
es_url: "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-oss-{{ es_version }}-amd64.deb"
|
||||||
|
es_dl_path: /data
|
||||||
|
es_ingest_attachment_version: 7.10.2
|
||||||
|
es_ingest_attachment_url: "https://artifacts.elastic.co/downloads/elasticsearch-plugins/ingest-attachment/ingest-attachment-{{ es_ingest_attachment_version }}.zip"
|
||||||
|
|
||||||
|
|
||||||
ruby_path: "{{ zammad_user_home }}/.rbenv"
|
ruby_path: "{{ zammad_user_home }}/.rbenv"
|
||||||
ruby_bin_path: "{{ ruby_path }}/versions/{{ ruby_version }}/bin"
|
ruby_bin_path: "{{ ruby_path }}/versions/{{ ruby_version }}/bin"
|
||||||
ruby_build_repo: https://github.com/rbenv/ruby-build.git
|
ruby_build_repo: https://github.com/rbenv/ruby-build.git
|
||||||
|
|
Loading…
Reference in a new issue