diff --git a/README.md b/README.md index f0d577a..3a02744 100644 --- a/README.md +++ b/README.md @@ -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