-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
.. _checkmk_agent__ref_ansible_facts: | ||
|
||
Ansible facts | ||
============= | ||
|
||
.. include:: includes/all.rst | ||
|
||
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 :ref:`checkmk_agent__ref_changelog`. | ||
Here you can find documentation and examples for them. | ||
|
||
Specification | ||
------------- | ||
|
||
``checkmk_agent.plugins`` | ||
List of all Check_MK Agent plugin names which are enabled (and configured if | ||
necessary) by the role. Refer to :envvar:`checkmk_agent__plugins` and related | ||
variables for details. | ||
|
||
Availability: Always, after ``debops-contrib.checkmk_agent/env`` has been run. | ||
|
||
Example | ||
------- | ||
|
||
.. code-block:: json | ||
{ | ||
"plugins": ["nginx_status"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters