mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2026-09-07 13:32:06 +00:00
17 lines
326 B
YAML
17 lines
326 B
YAML
---
|
|
galaxy_info:
|
|
role_name: elk_stack
|
|
author: your-name
|
|
description: Deploys Elasticsearch, Logstash and Kibana via Docker Compose on a shared network
|
|
min_ansible_version: "2.14"
|
|
platforms:
|
|
- name: Debian
|
|
versions:
|
|
- bullseye
|
|
- bookworm
|
|
|
|
dependencies: []
|
|
|
|
collections:
|
|
- community.docker
|