ansible-roles/roles/elasticsearch/tasks/archive_post.yml

11 lines
283 B
YAML
Raw Normal View History

2022-01-25 15:00:05 +01:00
---
- name: Compress previous version
command: tar cf {{ es_root_dir }}/archives/{{ es_current_version }}.tar.zst ./ --use-compress-program=zstd
args:
chdir: "{{ es_root_dir }}/archives/{{ es_current_version }}"
warn: False
environment:
ZSTD_CLEVEL: 15
tags: es