- A unique identifier for the password.
+ Each password is owned by a group of users which are able to edit, delete and use existing passwords.
+
+ Use :ansopt:`checkmk.general.password#module:editable\_by` in new playbooks. :ansopt:`checkmk.general.password#module:owner` is a deprecated alias kept for backward compatibility.
.. raw:: html
@@ -439,21 +445,21 @@ Parameters
* - .. raw:: html
-
+
- .. _ansible_collections.checkmk.general.password_module__parameter-owner:
+ .. _ansible_collections.checkmk.general.password_module__parameter-name:
.. rst-class:: ansible-option-title
- **owner**
+ **name**
.. raw:: html
-
+
.. ansible-option-type-line::
- :ansible-option-type:`string`
+ :ansible-option-type:`string` / :ansible-option-required:`required`
.. raw:: html
@@ -463,7 +469,7 @@ Parameters
- Each password is owned by a group of users which are able to edit, delete and use existing passwords.
+ A unique identifier for the password.
.. raw:: html
diff --git a/docs/rule_lookup.rst b/docs/rule_lookup.rst
index e59d561f9..e934864c3 100644
--- a/docs/rule_lookup.rst
+++ b/docs/rule_lookup.rst
@@ -22,7 +22,7 @@ checkmk.general.rule lookup -- Show a rule
.. Collection note
.. note::
- This lookup plugin is part of the `checkmk.general collection `_ (version 7.5.0).
+ This lookup plugin is part of the `checkmk.general collection `_ (version 7.6.0).
It is not included in ``ansible-core``.
To check whether it is installed, run :code:`ansible-galaxy collection list`.
@@ -537,6 +537,7 @@ Notes
- Alternatively, you can use a shell/command task that runs against localhost and registers the result.
- The directory of the play is used as the current working directory.
- It is :strong:`NOT` possible to assign other variables to the variables mentioned in the :literal:`vars` section! This is a limitation of Ansible itself.
+ - Connection parameters are resolved from (in order of precedence) the value set directly on the plugin invocation, an Ansible variable of the form :literal:`checkmk\_var\_\*`\ , an environment variable of the form :literal:`CHECKMK\_VAR\_\*`\ , and the matching key under section :literal:`[checkmk\_lookup]` in :literal:`ansible.cfg`.
.. Seealso
diff --git a/docs/rule_module.rst b/docs/rule_module.rst
index b8c89bf51..dd838ffe9 100644
--- a/docs/rule_module.rst
+++ b/docs/rule_module.rst
@@ -22,7 +22,7 @@ checkmk.general.rule module -- Manage rules in Checkmk
.. Collection note
.. note::
- This module is part of the `checkmk.general collection `_ (version 7.5.0).
+ This module is part of the `checkmk.general collection `_ (version 7.6.0).
It is not included in ``ansible-core``.
To check whether it is installed, run :code:`ansible-galaxy collection list`.
@@ -177,7 +177,7 @@ Parameters
:ansible-option-aliases:`aliases: automation_secret`
- :ansible-option-type:`string` / :ansible-option-required:`required`
+ :ansible-option-type:`string`
.. raw:: html
@@ -215,7 +215,7 @@ Parameters
:ansible-option-aliases:`aliases: automation_user`
- :ansible-option-type:`string` / :ansible-option-required:`required`
+ :ansible-option-type:`string`
.. raw:: html
diff --git a/docs/rules_lookup.rst b/docs/rules_lookup.rst
index 32a35dc3a..a1d88a2ec 100644
--- a/docs/rules_lookup.rst
+++ b/docs/rules_lookup.rst
@@ -22,7 +22,7 @@ checkmk.general.rules lookup -- Get a list rules
.. Collection note
.. note::
- This lookup plugin is part of the `checkmk.general collection `_ (version 7.5.0).
+ This lookup plugin is part of the `checkmk.general collection `_ (version 7.6.0).
It is not included in ``ansible-core``.
To check whether it is installed, run :code:`ansible-galaxy collection list`.
@@ -660,6 +660,7 @@ Notes
- Alternatively, you can use a shell/command task that runs against localhost and registers the result.
- The directory of the play is used as the current working directory.
- It is :strong:`NOT` possible to assign other variables to the variables mentioned in the :literal:`vars` section! This is a limitation of Ansible itself.
+ - Connection parameters are resolved from (in order of precedence) the value set directly on the plugin invocation, an Ansible variable of the form :literal:`checkmk\_var\_\*`\ , an environment variable of the form :literal:`CHECKMK\_VAR\_\*`\ , and the matching key under section :literal:`[checkmk\_lookup]` in :literal:`ansible.cfg`.
.. Seealso
diff --git a/docs/ruleset_lookup.rst b/docs/ruleset_lookup.rst
index 90b46b5a6..e79046798 100644
--- a/docs/ruleset_lookup.rst
+++ b/docs/ruleset_lookup.rst
@@ -22,7 +22,7 @@ checkmk.general.ruleset lookup -- Show a ruleset
.. Collection note
.. note::
- This lookup plugin is part of the `checkmk.general collection `_ (version 7.5.0).
+ This lookup plugin is part of the `checkmk.general collection `_ (version 7.6.0).
It is not included in ``ansible-core``.
To check whether it is installed, run :code:`ansible-galaxy collection list`.
@@ -537,6 +537,7 @@ Notes
- Alternatively, you can use a shell/command task that runs against localhost and registers the result.
- The directory of the play is used as the current working directory.
- It is :strong:`NOT` possible to assign other variables to the variables mentioned in the :literal:`vars` section! This is a limitation of Ansible itself.
+ - Connection parameters are resolved from (in order of precedence) the value set directly on the plugin invocation, an Ansible variable of the form :literal:`checkmk\_var\_\*`\ , an environment variable of the form :literal:`CHECKMK\_VAR\_\*`\ , and the matching key under section :literal:`[checkmk\_lookup]` in :literal:`ansible.cfg`.
.. Seealso
diff --git a/docs/rulesets_lookup.rst b/docs/rulesets_lookup.rst
index 335a26166..b7c4eacec 100644
--- a/docs/rulesets_lookup.rst
+++ b/docs/rulesets_lookup.rst
@@ -22,7 +22,7 @@ checkmk.general.rulesets lookup -- Search rulesets
.. Collection note
.. note::
- This lookup plugin is part of the `checkmk.general collection `_ (version 7.5.0).
+ This lookup plugin is part of the `checkmk.general collection `_ (version 7.6.0).
It is not included in ``ansible-core``.
To check whether it is installed, run :code:`ansible-galaxy collection list`.
@@ -670,6 +670,7 @@ Notes
- Alternatively, you can use a shell/command task that runs against localhost and registers the result.
- The directory of the play is used as the current working directory.
- It is :strong:`NOT` possible to assign other variables to the variables mentioned in the :literal:`vars` section! This is a limitation of Ansible itself.
+ - Connection parameters are resolved from (in order of precedence) the value set directly on the plugin invocation, an Ansible variable of the form :literal:`checkmk\_var\_\*`\ , an environment variable of the form :literal:`CHECKMK\_VAR\_\*`\ , and the matching key under section :literal:`[checkmk\_lookup]` in :literal:`ansible.cfg`.
.. Seealso
diff --git a/docs/server_role.rst b/docs/server_role.rst
index 602a26c9b..1c1c2ce90 100644
--- a/docs/server_role.rst
+++ b/docs/server_role.rst
@@ -20,7 +20,7 @@ checkmk.general.server role -- Install and manage Checkmk servers
.. Collection note
.. note::
- This role is part of the `checkmk.general collection `_ (version 7.5.0).
+ This role is part of the `checkmk.general collection `_ (version 7.6.0).
It is not included in ``ansible-core``.
To check whether it is installed, run :code:`ansible-galaxy collection list`.
@@ -1563,7 +1563,7 @@ Parameters
.. rst-class:: ansible-option-line
- :ansible-option-default-bold:`Default:` :ansible-option-default:`"2.5.0p2"`
+ :ansible-option-default-bold:`Default:` :ansible-option-default:`"2.5.0p3"`
.. raw:: html
diff --git a/docs/service_group_module.rst b/docs/service_group_module.rst
index c2078365c..7726cce17 100644
--- a/docs/service_group_module.rst
+++ b/docs/service_group_module.rst
@@ -22,7 +22,7 @@ checkmk.general.service_group module -- Manage service groups in Checkmk (bulk v
.. Collection note
.. note::
- This module is part of the `checkmk.general collection `_ (version 7.5.0).
+ This module is part of the `checkmk.general collection `_ (version 7.6.0).
It is not included in ``ansible-core``.
To check whether it is installed, run :code:`ansible-galaxy collection list`.
@@ -177,7 +177,7 @@ Parameters
:ansible-option-aliases:`aliases: automation_secret`
- :ansible-option-type:`string` / :ansible-option-required:`required`
+ :ansible-option-type:`string`
.. raw:: html
@@ -215,7 +215,7 @@ Parameters
:ansible-option-aliases:`aliases: automation_user`
- :ansible-option-type:`string` / :ansible-option-required:`required`
+ :ansible-option-type:`string`
.. raw:: html
diff --git a/docs/site_lookup.rst b/docs/site_lookup.rst
index 4fbd01724..bf9120f47 100644
--- a/docs/site_lookup.rst
+++ b/docs/site_lookup.rst
@@ -22,7 +22,7 @@ checkmk.general.site lookup -- Show the configuration of a site
.. Collection note
.. note::
- This lookup plugin is part of the `checkmk.general collection `_ (version 7.5.0).
+ This lookup plugin is part of the `checkmk.general collection `_ (version 7.6.0).
It is not included in ``ansible-core``.
To check whether it is installed, run :code:`ansible-galaxy collection list`.
@@ -557,6 +557,7 @@ Notes
- Alternatively, you can use a shell/command task that runs against localhost and registers the result.
- The directory of the play is used as the current working directory.
- It is :strong:`NOT` possible to assign other variables to the variables mentioned in the :literal:`vars` section! This is a limitation of Ansible itself.
+ - Connection parameters are resolved from (in order of precedence) the value set directly on the plugin invocation, an Ansible variable of the form :literal:`checkmk\_var\_\*`\ , an environment variable of the form :literal:`CHECKMK\_VAR\_\*`\ , and the matching key under section :literal:`[checkmk\_lookup]` in :literal:`ansible.cfg`.
.. Seealso
diff --git a/docs/site_module.rst b/docs/site_module.rst
index 507bc55d7..4bbb71aaa 100644
--- a/docs/site_module.rst
+++ b/docs/site_module.rst
@@ -22,7 +22,7 @@ checkmk.general.site module -- Manage distributed monitoring in Checkmk
.. Collection note
.. note::
- This module is part of the `checkmk.general collection `_ (version 7.5.0).
+ This module is part of the `checkmk.general collection `_ (version 7.6.0).
It is not included in ``ansible-core``.
To check whether it is installed, run :code:`ansible-galaxy collection list`.
@@ -176,7 +176,7 @@ Parameters
:ansible-option-aliases:`aliases: automation_secret`
- :ansible-option-type:`string` / :ansible-option-required:`required`
+ :ansible-option-type:`string`
.. raw:: html
@@ -214,7 +214,7 @@ Parameters
:ansible-option-aliases:`aliases: automation_user`
- :ansible-option-type:`string` / :ansible-option-required:`required`
+ :ansible-option-type:`string`
.. raw:: html
diff --git a/docs/sites_lookup.rst b/docs/sites_lookup.rst
index 06c7f9855..19957f298 100644
--- a/docs/sites_lookup.rst
+++ b/docs/sites_lookup.rst
@@ -22,7 +22,7 @@ checkmk.general.sites lookup -- Get a list of all sites
.. Collection note
.. note::
- This lookup plugin is part of the `checkmk.general collection `_ (version 7.5.0).
+ This lookup plugin is part of the `checkmk.general collection `_ (version 7.6.0).
It is not included in ``ansible-core``.
To check whether it is installed, run :code:`ansible-galaxy collection list`.
@@ -500,6 +500,7 @@ Notes
- Alternatively, you can use a shell/command task that runs against localhost and registers the result.
- The directory of the play is used as the current working directory.
- It is :strong:`NOT` possible to assign other variables to the variables mentioned in the :literal:`vars` section! This is a limitation of Ansible itself.
+ - Connection parameters are resolved from (in order of precedence) the value set directly on the plugin invocation, an Ansible variable of the form :literal:`checkmk\_var\_\*`\ , an environment variable of the form :literal:`CHECKMK\_VAR\_\*`\ , and the matching key under section :literal:`[checkmk\_lookup]` in :literal:`ansible.cfg`.
.. Seealso
diff --git a/docs/tag_group_module.rst b/docs/tag_group_module.rst
index 70ef874e3..e95835a21 100644
--- a/docs/tag_group_module.rst
+++ b/docs/tag_group_module.rst
@@ -22,7 +22,7 @@ checkmk.general.tag_group module -- Manage tag groups in Checkmk
.. Collection note
.. note::
- This module is part of the `checkmk.general collection `_ (version 7.5.0).
+ This module is part of the `checkmk.general collection `_ (version 7.6.0).
It is not included in ``ansible-core``.
To check whether it is installed, run :code:`ansible-galaxy collection list`.
@@ -177,7 +177,7 @@ Parameters
:ansible-option-aliases:`aliases: automation_secret`
- :ansible-option-type:`string` / :ansible-option-required:`required`
+ :ansible-option-type:`string`
.. raw:: html
@@ -215,7 +215,7 @@ Parameters
:ansible-option-aliases:`aliases: automation_user`
- :ansible-option-type:`string` / :ansible-option-required:`required`
+ :ansible-option-type:`string`
.. raw:: html
diff --git a/docs/timeperiod_module.rst b/docs/timeperiod_module.rst
index 8d5503aa5..ff1f80afa 100644
--- a/docs/timeperiod_module.rst
+++ b/docs/timeperiod_module.rst
@@ -22,7 +22,7 @@ checkmk.general.timeperiod module -- Manage time periods in Checkmk
.. Collection note
.. note::
- This module is part of the `checkmk.general collection `_ (version 7.5.0).
+ This module is part of the `checkmk.general collection `_ (version 7.6.0).
It is not included in ``ansible-core``.
To check whether it is installed, run :code:`ansible-galaxy collection list`.
@@ -244,7 +244,7 @@ Parameters
:ansible-option-aliases:`aliases: automation_secret`
- :ansible-option-type:`string` / :ansible-option-required:`required`
+ :ansible-option-type:`string`
.. raw:: html
@@ -282,7 +282,7 @@ Parameters
:ansible-option-aliases:`aliases: automation_user`
- :ansible-option-type:`string` / :ansible-option-required:`required`
+ :ansible-option-type:`string`
.. raw:: html
diff --git a/docs/user_module.rst b/docs/user_module.rst
index 92d3456da..71709e113 100644
--- a/docs/user_module.rst
+++ b/docs/user_module.rst
@@ -22,7 +22,7 @@ checkmk.general.user module -- Manage users in Checkmk
.. Collection note
.. note::
- This module is part of the `checkmk.general collection `_ (version 7.5.0).
+ This module is part of the `checkmk.general collection `_ (version 7.6.0).
It is not included in ``ansible-core``.
To check whether it is installed, run :code:`ansible-galaxy collection list`.
@@ -177,7 +177,7 @@ Parameters
:ansible-option-aliases:`aliases: automation_secret`
- :ansible-option-type:`string` / :ansible-option-required:`required`
+ :ansible-option-type:`string`
.. raw:: html
@@ -215,7 +215,7 @@ Parameters
:ansible-option-aliases:`aliases: automation_user`
- :ansible-option-type:`string` / :ansible-option-required:`required`
+ :ansible-option-type:`string`
.. raw:: html
diff --git a/docs/version_lookup.rst b/docs/version_lookup.rst
index 5002f7416..d29c53e8c 100644
--- a/docs/version_lookup.rst
+++ b/docs/version_lookup.rst
@@ -22,7 +22,7 @@ checkmk.general.version lookup -- Get the version of a Checkmk server
.. Collection note
.. note::
- This lookup plugin is part of the `checkmk.general collection `_ (version 7.5.0).
+ This lookup plugin is part of the `checkmk.general collection `_ (version 7.6.0).
It is not included in ``ansible-core``.
To check whether it is installed, run :code:`ansible-galaxy collection list`.
@@ -500,6 +500,7 @@ Notes
- Alternatively, you can use a shell/command task that runs against localhost and registers the result.
- The directory of the play is used as the current working directory.
- It is :strong:`NOT` possible to assign other variables to the variables mentioned in the :literal:`vars` section! This is a limitation of Ansible itself.
+ - Connection parameters are resolved from (in order of precedence) the value set directly on the plugin invocation, an Ansible variable of the form :literal:`checkmk\_var\_\*`\ , an environment variable of the form :literal:`CHECKMK\_VAR\_\*`\ , and the matching key under section :literal:`[checkmk\_lookup]` in :literal:`ansible.cfg`.
.. Seealso