Ansible facts¶
The role exposes part of it’s state by means of Ansible local facts for other roles and playbooks to use. The interface is considered public and changes to it happen in compliance with Semantic Versioning of the role and will be mentioned in the Changelog. Here you can find documentation and examples for them.
Specification¶
ansible_local.checkmk_agent.pluginsList of all Check_MK Agent plugin names which are enabled (and configured if necessary) by the role. Refer to
checkmk_agent__pluginsand related variables for details.Availability: Always, after
debops-contrib.checkmk_agent/envhas been run.
Example¶
{
"plugins": ["nginx_status"]
}