-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Deutsche Telekom MMS
committed
Mar 21, 2024
1 parent
0e64219
commit 814dca1
Showing
1 changed file
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
--- | ||
namespace: telekom_mms | ||
name: ansible_collection_icinga | ||
version: 2.0.0 | ||
version: 2.0.2 | ||
readme: README.md | ||
authors: | ||
- Christopher Grau <[email protected]> | ||
- Daniel Uhlmann <[email protected]> | ||
description: >- | ||
This collection serves as a kind of 'meta collection' for roles and collections, | ||
which are used for the configuration and administration of individual components | ||
of Icinga. Additionally, this collection is used to install the Icinga agent and roll out custom checks for every agent. | ||
This collection serves as a kind of 'meta collection' for roles and collections, which are used for the configuration and administration of individual components of Icinga. Additionally, this collection is used to install the Icinga agent and roll out custom checks for every agent. | ||
dependencies: | ||
telekom_mms.icinga_director: "*" | ||
telekom_mms.icinga_business_process: "*" | ||
|