Files
playbooks-retailor/plays/elasticsearch.yml
T
KevinMidboe d5450fd311 upgrade ELK stack to 9.4.4
Inclues apps: elasticsearch, logstash, kibana
2026-07-27 18:48:48 +02:00

13 lines
392 B
YAML

---
- name: Install ELK stack using Docker
hosts: elasticsearch
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