-
Notifications
You must be signed in to change notification settings - Fork 36
/
galaxy.yml
45 lines (45 loc) · 1.06 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
39
40
41
42
43
44
45
namespace: icinga
name: icinga
version: 0.2.1
readme: README.md
authors:
- Lennart Betz <lennart.betz@netways.de>
- Thilo Wening <thilo.wening@netways.de>
- Thomas Widhalm <thomas.widhalm@netways.de>
- Afeef Ghannam <afeef.ghannam@netways.de>
description: >
This collection manages all Icinga 2 Components.
Including the official repositories, server, satellite and agent installations.
Furthermore it can easily create and distribute monitoring configuration.
license:
- Apache-2.0
tags:
- icinga2
- monitoring
- icingaweb2
- agent
- master
- server
- satellite
- icingadb
- icingadb_redis
- director
dependencies: {}
repository: https://github.com/Icinga/ansible-collection-icinga
documentation: https://github.com/Icinga/ansible-collection-icinga/tree/main/doc
homepage: http://icinga.com
issues: https://github.com/Icinga/ansible-collection-icinga/issues
build_ignore:
- yamllint.yaml
- Makefile
- .pylintrc
- .cache
- molecule
- tests
- .gitignore
- .github
- __pycache__
- 'venv*'
- changelogs
- .idea
- '*.tar.gz'