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