Documentation

icinga2_feature - Manage Icinga2 feature

New in version 2.3.

Synopsis

  • Enable or disable an Icinga2 feature

Parameters

Parameter
Choices/Defaults
Comments
name
required
This is the feature name to enable or disable.
state
    Choices:
  • present ←
  • absent
Apply feature state.

Examples

- name: Enable ido-pgsql feature
  icinga2_feature:
    name: ido-pgsql
    state: present

Status

This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.

Author

  • Loic Blot (@nerzhul)

Hint

If you notice any issues in this documentation you can edit this document to improve it.