Skip to content

Collection to setup and manage components of the Icinga software stack

License

Notifications You must be signed in to change notification settings

martin-gudmundson/ansible-collection-icinga

 
 

Repository files navigation

ansible-collection-icinga

CI PythonUnit

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 icinga.icinga

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

collections:
  - name: icinga.icinga

Usage

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

- hosts: icinga-server
  roles:
    - icinga.icinga.repos
    - icinga.icinga.icinga2

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 97.8%
  • Jinja 2.1%
  • Makefile 0.1%