Collection to setup and manage components of the Icinga software stack.
- Getting Started
- Role: icinga.icinga.repos
- Role: icinga.icinga.icinga2
- Role: icinga.icinga.icingadb
- Role: icinga.icinga.icingadb_redis
- Role: icinga.icinga.icingaweb2
- Role: icinga.icinga.monitoring_plugins
- Inventory Plugin: icinga.icinga.icinga
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
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
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.