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

Icinga/ansible-collection-icinga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ae45fa9 · Jan 16, 2025
Oct 9, 2024
Dec 19, 2024
Dec 19, 2024
Feb 16, 2022
Jul 31, 2024
Dec 19, 2024
Jan 16, 2025
Jan 12, 2024
Jul 6, 2023
Jul 7, 2023
Aug 23, 2022
Jul 4, 2021
Jul 25, 2024
Nov 18, 2024
Jul 6, 2023
Sep 29, 2022
Nov 18, 2024
Nov 18, 2024
Nov 18, 2024
Jul 26, 2024
Aug 1, 2024
Aug 1, 2024
Aug 1, 2024

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
    - icinga.icinga.icingadb
    - icinga.icinga.icingadb_redis
    - icinga.icinga.monitoring_plugins

License

Copyright 2023 Icinga GmbH

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.