icinga2_feature - Manage Icinga2 feature

New in version 2.3.

Synopsis

  • Enable or disable an Icinga2 feature

Options

parameter required default choices comments
name
yes
This is the feature name to enable or disable.
state
no present
  • 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.

For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Testing Ansible and Developing Modules.

© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.4/icinga2_feature_module.html