-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgalaxy.yml
More file actions
50 lines (50 loc) · 1.19 KB
/
galaxy.yml
File metadata and controls
50 lines (50 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
namespace: oddly
name: elasticstack
version: 1.0.0
readme: README.md
authors:
- Sam Crauwels <[email protected]>
- Alexander Stoll <[email protected]>
- Markus Frosch <[email protected]>
- Patrick Dolinic <[email protected]>
- Thilo Wening <[email protected]>
- Thomas Widhalm <[email protected]>
description: >-
Ansible collection for the Elastic Stack with ES 9.x support.
Installs and configures Elasticsearch, Kibana, Logstash, and Beats.
Forked from netways.elasticstack.
license:
- GPL-3.0-or-later
license_file: 'LICENSE'
tags:
- elastic
- elasticsearch
- kibana
- logstash
- beat
- metricbeat
- filebeat
- monitoring
dependencies:
"community.crypto": "*"
"community.general": "*"
"ansible.posix": "*"
repository: https://github.com/Oddly/elasticstack
documentation: https://github.com/Oddly/elasticstack/wiki
homepage: https://github.com/Oddly/elasticstack
issues: https://github.com/Oddly/elasticstack/issues
build_ignore:
- .config
- .github
- .cache
- .venv
- molecule
- tests
- docs
- scripts
- .gitignore
- .pre-commit-config.yaml
- .yamllint
- requirements-test.txt
- '*.tar.gz'
- 'venv*'