ansible playbooks for retailor.io infrastructure

This commit is contained in:
2025-03-03 19:33:36 +01:00
committed by KevinMidboe
commit 92cb10ba27
139 changed files with 33603 additions and 0 deletions

12
plays/elasticsearch.yml Normal file
View 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