mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2026-09-07 13:32:06 +00:00
update elasticsearch w/ ssl & xpack support
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
---
|
||||
galaxy_info:
|
||||
author: Your Name
|
||||
description: Ansible role to deploy prometheus & grafana using Docker
|
||||
license: MIT
|
||||
min_ansible_version: "2.9"
|
||||
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:
|
||||
- all
|
||||
galaxy_tags:
|
||||
- monitoring
|
||||
- cadvisor
|
||||
dependencies:
|
||||
- docker
|
||||
- bullseye
|
||||
- bookworm
|
||||
|
||||
dependencies: []
|
||||
|
||||
collections:
|
||||
- community.docker
|
||||
|
||||
Reference in New Issue
Block a user