Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.67 KB

README.md

File metadata and controls

50 lines (38 loc) · 1.67 KB

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 git+https://github.com/Icinga/ansible-collection-icinga.git,v0.1.0

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

collections:
  - name: https://github.com/Icinga/ansible-collection-icinga.git
    type: git
    version: v0.1.0

Usage

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

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