update elasticsearch w/ ssl & xpack support

This commit is contained in:
2026-08-07 16:23:00 +02:00
parent 871b8d1f83
commit 86d8986630
24 changed files with 1139 additions and 509 deletions
-6
View File
@@ -1,12 +1,6 @@
---
- name: Install ELK stack using Docker
hosts: all
vars:
elk_version: "9.4.4"
roles:
# TODO check for docker install before purging it. This nukes containers
# we might not want destroyed.
# Leave a file, or read the same input requirements into a apt check
# which skips purge if satisfied.
- role: roles/docker
- role: roles/elasticsearch