-
Notifications
You must be signed in to change notification settings - Fork 9
/
galaxy.yml
38 lines (38 loc) · 1.03 KB
/
galaxy.yml
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
namespace: netways
name: elasticstack
version: 1.0.0
readme: README.md
authors:
- Alexander Stoll <[email protected]>
- Markus Frosch <[email protected]>
- Patrick Dolinic <[email protected]>
- Thilo Wening <[email protected]>
- Thomas Widhalm <[email protected]>
description: This collection installs and configures components from the Elastic Stack. Every role can be used standalone or in combination with other roles.
license:
- GPL-3.0
license_file: 'LICENSE'
tags:
- elastic
- elasticsearch
- kibana
- logstash
- beat
- metricbeat
- filebeat
- monitoring
dependencies:
"community.general": "*"
repository: https://github.com/netways/ansible-collection-elasticstack
documentation: https://github.com/netways/ansible-collection-elasticstack/README.md
homepage: https://www.netways.de
issues: https://github.com/netways/ansible-collection-elasticstack/issues
build_ignore:
- .github
- .cache
- molecule
- .gitignore
- daemon.json
- .mailmap
- '*.tar.gz'
- 'venv*'