Skip to content

thesefer/ansible-collection-icinga

 
 

Repository files navigation

ansible-collection-icinga

Collection to setup and manage components of the Icinga software stack.

Documentation and Roles

Installation

You can easily install the collection with the ansible-galaxy command.

ansible-galaxy collection install netways.icinga

Or if you are using Tower or AWX add the collection to your requirements file.

collections:
  - name: netways.icinga

Usage

To use the collection in your playbooks, add the collection and then use the roles.

- hosts: icinga-server
  roles:
    - netways.icinga.repos
    - netways.icinga.icinga2
    - netways.icinga.icingadb
    - netways.icinga.icingadb_redis
    - netways.icinga.monitoring_plugins

About

Collection to setup and manage components of the Icinga software stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.5%
  • Jinja 9.4%
  • Makefile 0.1%