Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bodsch committed Aug 20, 2024
1 parent d6e9a82 commit e2a2e04
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions README.md
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

0 comments on commit e2a2e04

Please sign in to comment.