Files
playbooks-retailor/plays/elasticsearch.yml

13 lines
393 B
YAML

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