mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2025-10-29 09:40:34 +00:00
ansible playbooks for retailor.io infrastructure
This commit is contained in:
12
plays/elasticsearch.yml
Normal file
12
plays/elasticsearch.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
- 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
|
||||
Reference in New Issue
Block a user