-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathgalaxy.yml
More file actions
40 lines (40 loc) · 1.17 KB
/
galaxy.yml
File metadata and controls
40 lines (40 loc) · 1.17 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
namespace: netways
name: elasticstack
version: 1.0.0
readme: README.md
authors:
- Afeef Ghannam <afeef.ghannam@netways.de>
- Alexander Stoll <alexander.stoll@netways.de>
- David Okon <david.okon@netways.de>
- Thilo Wening <thilo.wening@netways.de>
- Thomas Widhalm <thomas.widhalm@netways.de>
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
# min_ansible_version: "2.18" # max supported: 2.20 (commented out for schema compliance)
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*'
# Minimum Ansible version required: 2.14, maximum supported: 2.20