-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
1 changed file
with
45 additions
and
0 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,3 +1,48 @@ | ||
# Ansible Collection - bodsch.icinga | ||
|
||
Documentation for the collection. | ||
|
||
## Roles | ||
|
||
| Role | Build State | Description | | ||
|:---------------------------------------------------------- | :---- | :---- | | ||
| [bodsch.icinga.icinga2](./roles/icinga2/README.md) | [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/bodsch/ansible-collection-icinga/icinga2.yml?branch=main)][icinga2] | This role will fully configure and install [icinga2](https://icinga.com/). | | ||
| [bodsch.icinga.icingaweb2](./roles/icingaweb2/README.md) | [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/bodsch/ansible-collection-icinga/icingaweb2.yml?branch=main)][icingaweb2] | Ansible role for configuration and deployment of [icingaweb2](https://icinga.com/docs/icinga-web/latest/doc/01-About/). | | ||
| [bodsch.icinga.icingadb](./roles/icingadb/README.md) | [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/bodsch/ansible-collection-icinga/icingadb.yml?branch=main)][icingadb] | Ansible role for configuration and deployment of [icingadb](https://icinga.com/docs/icinga-db/latest/doc/01-About/). | | ||
| [bodsch.icinga.icingaweb2_modules](./roles/icingaweb2_modules/README.md) | [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/bodsch/ansible-collection-icinga/icingaweb2_modules.yml?branch=main)][icingaweb2_modules] | Ansible role for installing of various Icingaweb2 Modules | | ||
| [bodsch.icinga.icingaweb2_themes](./roles/icingaweb2_themes/README.md) | [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/bodsch/ansible-collection-icinga/icingaweb2_themes.yml?branch=main)][icingaweb2_themes] | Ansible role for installing of various Icingaweb2 Themes | | ||
|
||
|
||
[icinga2]: https://github.com/bodsch/ansible-collection-icinga/actions/workflows/icinga2.yml | ||
[icingaweb2]: https://github.com/bodsch/ansible-collection-icinga/actions/workflows/icingaweb2.yml | ||
[icingadb]: https://github.com/bodsch/ansible-collection-icinga/actions/workflows/icingadb.yml | ||
[icingaweb2_modules]: https://github.com/bodsch/ansible-collection-icinga/actions/workflows/icingaweb2_modules.yml | ||
[icingaweb2_themes]: https://github.com/bodsch/ansible-collection-icinga/actions/workflows/icingaweb2_themes.yml | ||
|
||
|
||
## Modules | ||
|
||
| Name | Description | | ||
| :---- | :---- | | ||
|
||
## Filters | ||
|
||
| Name | Description | | ||
| :---- | :---- | | ||
|
||
|
||
|
||
## Contribution | ||
|
||
Please read [Contribution](CONTRIBUTING.md) | ||
|
||
## Development, Branches (Git Tags) | ||
|
||
The `master` Branch is my *Working Horse* includes the "latest, hot shit" and can be complete broken! | ||
|
||
If you want to use something stable, please use a [Tagged Version](https://github.com/bodsch/ansible-collection-icinga/tags)! | ||
|
||
|
||
## Author | ||
|
||
- Bodo Schulz |