Skip to content
Snippets Groups Projects
Verified Commit 176646f1 authored by Chris Croome's avatar Chris Croome
Browse files

molecule

parent 5538e35b
No related branches found
No related tags found
No related merge requests found
Pipeline #31535 failed
......@@ -43,6 +43,7 @@ icinga_feature_disabled:
- livestatus
- opentsdb
- perfdata
- statusdata
icinga_feature_enabled:
- api
- checker
......@@ -51,7 +52,6 @@ icinga_feature_enabled:
- mainlog
- notification
- syslog
- statusdata
# See the documentation here for plugin check commands:
# https://icinga.com/docs/icinga-2/snapshot/doc/10-icinga-template-library/#plugin-check-commands-for-monitoring-plugins
......
......@@ -93,6 +93,8 @@
loop_var: icinga_feat_disable
label: "{{ icinga_feat_disable }}"
when: icinga_feature_disable | length > 0
tags:
- molecule-idempotence-notest
- name: Enable features
ansible.builtin.command: "/usr/sbin/icinga2 feature enable {{ icinga_feat_enable }}"
......@@ -101,6 +103,8 @@
loop_var: icinga_feat_enable
label: "{{ icinga_feat_enable }}"
when: icinga_feature_enable | length > 0
tags:
- molecule-idempotence-notest
when:
- icinga_master_node is defined
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment