`_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -135,6 +134,53 @@ Parameters
Split the exported content into archives no greater than the specified size in gigabytes.
+ .. raw:: html
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.content_export_repository_module__parameter-format:
+
+ .. rst-class:: ansible-option-title
+
+ **format**
+
+ .. raw:: html
+
+
+
+ .. rst-class:: ansible-option-type-line
+
+ :ansible-option-type:`string`
+
+ :ansible-option-versionadded:`added in redhat.satellite 3.10.0`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Export format.
+
+ Choose \ :literal:`syncable`\ if the exported content needs to be in a yum format.
+
+
+ .. rst-class:: ansible-option-line
+
+ :ansible-option-choices:`Choices:`
+
+ - :ansible-option-choices-entry:`"syncable"`
+ - :ansible-option-choices-entry:`"importable"`
+
+
.. raw:: html
@@ -473,6 +519,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.content_export_repository_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.content_export_repository_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/content_export_version_module.rst.txt b/develop/_sources/plugins/content_export_version_module.rst.txt
index 523e6859..fd0cc1fb 100644
--- a/develop/_sources/plugins/content_export_version_module.rst.txt
+++ b/develop/_sources/plugins/content_export_version_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.content_export_version module -- Manage content view version co
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -279,6 +278,53 @@ Parameters
- :ansible-option-choices-entry:`true`
+ .. raw:: html
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.content_export_version_module__parameter-format:
+
+ .. rst-class:: ansible-option-title
+
+ **format**
+
+ .. raw:: html
+
+
+
+ .. rst-class:: ansible-option-type-line
+
+ :ansible-option-type:`string`
+
+ :ansible-option-versionadded:`added in redhat.satellite 3.10.0`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Export format.
+
+ Choose \ :literal:`syncable`\ if the exported content needs to be in a yum format.
+
+
+ .. rst-class:: ansible-option-line
+
+ :ansible-option-choices:`Choices:`
+
+ - :ansible-option-choices-entry:`"syncable"`
+ - :ansible-option-choices-entry:`"importable"`
+
+
.. raw:: html
@@ -549,6 +595,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.content_export_version_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.content_export_version_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/content_upload_module.rst.txt b/develop/_sources/plugins/content_upload_module.rst.txt
index 8fb8fe05..70e8a0e8 100644
--- a/develop/_sources/plugins/content_upload_module.rst.txt
+++ b/develop/_sources/plugins/content_upload_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.content_upload module -- Upload content to a repository
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -96,7 +96,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -441,6 +440,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.content_upload_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.content_upload_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
Notes
diff --git a/develop/_sources/plugins/content_view_filter_info_module.rst.txt b/develop/_sources/plugins/content_view_filter_info_module.rst.txt
index c1ff6a4e..020bd959 100644
--- a/develop/_sources/plugins/content_view_filter_info_module.rst.txt
+++ b/develop/_sources/plugins/content_view_filter_info_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.content_view_filter_info module -- Fetch information about a Co
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -437,6 +436,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.content_view_filter_info_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.content_view_filter_info_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/content_view_filter_module.rst.txt b/develop/_sources/plugins/content_view_filter_module.rst.txt
index 5565dceb..086e5e93 100644
--- a/develop/_sources/plugins/content_view_filter_module.rst.txt
+++ b/develop/_sources/plugins/content_view_filter_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.content_view_filter module -- Manage Content View Filters
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -399,6 +398,7 @@ Parameters
- :ansible-option-choices-entry:`"package\_group"`
- :ansible-option-choices-entry:`"erratum"`
- :ansible-option-choices-entry:`"docker"`
+ - :ansible-option-choices-entry:`"modulemd"`
.. raw:: html
@@ -579,6 +579,53 @@ Parameters
Organization that the entity is in
+ .. raw:: html
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.content_view_filter_module__parameter-original_module_streams:
+
+ .. rst-class:: ansible-option-title
+
+ **original_module_streams**
+
+ .. raw:: html
+
+
+
+ .. rst-class:: ansible-option-type-line
+
+ :ansible-option-type:`boolean`
+
+ :ansible-option-versionadded:`added in redhat.satellite 3.10.0`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Include all module streams with no errata
+
+ Only valid on \ :emphasis:`filter\_type=modulemd`\ .
+
+
+ .. rst-class:: ansible-option-line
+
+ :ansible-option-choices:`Choices:`
+
+ - :ansible-option-choices-entry:`false`
+ - :ansible-option-choices-entry:`true`
+
+
.. raw:: html
@@ -1015,6 +1062,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.content_view_filter_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.content_view_filter_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
@@ -1051,7 +1197,7 @@ Examples
filter_type: "rpm"
package_name: tcsh
min_version: 6.20.00
- inclusion: True
+ inclusion: true
diff --git a/develop/_sources/plugins/content_view_filter_rule_info_module.rst.txt b/develop/_sources/plugins/content_view_filter_rule_info_module.rst.txt
index aa18e6c8..e4759e00 100644
--- a/develop/_sources/plugins/content_view_filter_rule_info_module.rst.txt
+++ b/develop/_sources/plugins/content_view_filter_rule_info_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.content_view_filter_rule_info module -- Fetch information about
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -505,6 +504,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.content_view_filter_rule_info_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.content_view_filter_rule_info_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/content_view_filter_rule_module.rst.txt b/develop/_sources/plugins/content_view_filter_rule_module.rst.txt
index eb806068..5e255dc2 100644
--- a/develop/_sources/plugins/content_view_filter_rule_module.rst.txt
+++ b/develop/_sources/plugins/content_view_filter_rule_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.content_view_filter_rule module -- Manage content view filter r
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -865,6 +864,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.content_view_filter_rule_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.content_view_filter_rule_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/content_view_info_module.rst.txt b/develop/_sources/plugins/content_view_info_module.rst.txt
index ae157116..296eb88d 100644
--- a/develop/_sources/plugins/content_view_info_module.rst.txt
+++ b/develop/_sources/plugins/content_view_info_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.content_view_info module -- Fetch information about Content Vie
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -403,6 +402,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.content_view_info_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.content_view_info_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/content_view_module.rst.txt b/develop/_sources/plugins/content_view_module.rst.txt
index e456b3d4..7bac53ee 100644
--- a/develop/_sources/plugins/content_view_module.rst.txt
+++ b/develop/_sources/plugins/content_view_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.content_view module -- Manage Content Views
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -828,6 +827,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.content_view_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.content_view_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/content_view_version_info_module.rst.txt b/develop/_sources/plugins/content_view_version_info_module.rst.txt
index e4277c39..6a0ad0d6 100644
--- a/develop/_sources/plugins/content_view_version_info_module.rst.txt
+++ b/develop/_sources/plugins/content_view_version_info_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.content_view_version_info module -- Fetch information about Con
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -399,6 +398,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.content_view_version_info_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.content_view_version_info_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/content_view_version_module.rst.txt b/develop/_sources/plugins/content_view_version_module.rst.txt
index 8cfb55c1..bca3f942 100644
--- a/develop/_sources/plugins/content_view_version_module.rst.txt
+++ b/develop/_sources/plugins/content_view_version_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.content_view_version module -- Manage Content View Versions
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -599,6 +598,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.content_view_version_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.content_view_version_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
Notes
diff --git a/develop/_sources/plugins/cp_label_filter.rst.txt b/develop/_sources/plugins/cp_label_filter.rst.txt
index 99b99136..a440aa8d 100644
--- a/develop/_sources/plugins/cp_label_filter.rst.txt
+++ b/develop/_sources/plugins/cp_label_filter.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.cp_label filter -- Convert strings to Candlepin labels
.. Collection note
.. note::
- This filter plugin is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This filter plugin is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
diff --git a/develop/_sources/plugins/discovery_rule_module.rst.txt b/develop/_sources/plugins/discovery_rule_module.rst.txt
index 5227de4a..bc15a046 100644
--- a/develop/_sources/plugins/discovery_rule_module.rst.txt
+++ b/develop/_sources/plugins/discovery_rule_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.discovery_rule module -- Manage Host Discovery Rules
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -625,6 +624,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.discovery_rule_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.discovery_rule_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/domain_info_module.rst.txt b/develop/_sources/plugins/domain_info_module.rst.txt
index 730b5d28..37b0f134 100644
--- a/develop/_sources/plugins/domain_info_module.rst.txt
+++ b/develop/_sources/plugins/domain_info_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.domain_info module -- Fetch information about Domains
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -403,6 +402,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.domain_info_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.domain_info_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/domain_module.rst.txt b/develop/_sources/plugins/domain_module.rst.txt
index 1f2f0c3c..c0cb25c5 100644
--- a/develop/_sources/plugins/domain_module.rst.txt
+++ b/develop/_sources/plugins/domain_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.domain module -- Manage Domains
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -670,6 +669,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.domain_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.domain_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/external_usergroup_module.rst.txt b/develop/_sources/plugins/external_usergroup_module.rst.txt
index 778131c1..fd937d54 100644
--- a/develop/_sources/plugins/external_usergroup_module.rst.txt
+++ b/develop/_sources/plugins/external_usergroup_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.external_usergroup module -- Manage External User Groups
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -411,6 +410,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.external_usergroup_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.external_usergroup_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/foreman_architecture_module.rst.txt b/develop/_sources/plugins/foreman_architecture_module.rst.txt
index 2f34c470..7191df2d 100644
--- a/develop/_sources/plugins/foreman_architecture_module.rst.txt
+++ b/develop/_sources/plugins/foreman_architecture_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_architecture module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_architecture`.
diff --git a/develop/_sources/plugins/foreman_auth_source_ldap_module.rst.txt b/develop/_sources/plugins/foreman_auth_source_ldap_module.rst.txt
index cfc8018d..8c304e38 100644
--- a/develop/_sources/plugins/foreman_auth_source_ldap_module.rst.txt
+++ b/develop/_sources/plugins/foreman_auth_source_ldap_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_auth_source_ldap module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_auth_source_ldap`.
diff --git a/develop/_sources/plugins/foreman_bookmark_module.rst.txt b/develop/_sources/plugins/foreman_bookmark_module.rst.txt
index 2fcf64ea..9571d127 100644
--- a/develop/_sources/plugins/foreman_bookmark_module.rst.txt
+++ b/develop/_sources/plugins/foreman_bookmark_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_bookmark module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_bookmark`.
diff --git a/develop/_sources/plugins/foreman_callback.rst.txt b/develop/_sources/plugins/foreman_callback.rst.txt
index cb6f8125..18707ce9 100644
--- a/develop/_sources/plugins/foreman_callback.rst.txt
+++ b/develop/_sources/plugins/foreman_callback.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.foreman callback -- Sends events to Foreman
.. Collection note
.. note::
- This callback plugin is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This callback plugin is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this callback plugin,
@@ -98,7 +98,6 @@ The below requirements are needed on the local controller node that executes thi
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
diff --git a/develop/_sources/plugins/foreman_compute_attribute_module.rst.txt b/develop/_sources/plugins/foreman_compute_attribute_module.rst.txt
index 205f9fa2..13f3b110 100644
--- a/develop/_sources/plugins/foreman_compute_attribute_module.rst.txt
+++ b/develop/_sources/plugins/foreman_compute_attribute_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_compute_attribute module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_compute_attribute`.
diff --git a/develop/_sources/plugins/foreman_compute_profile_module.rst.txt b/develop/_sources/plugins/foreman_compute_profile_module.rst.txt
index d4bfb78f..14f58858 100644
--- a/develop/_sources/plugins/foreman_compute_profile_module.rst.txt
+++ b/develop/_sources/plugins/foreman_compute_profile_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_compute_profile module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_compute_profile`.
diff --git a/develop/_sources/plugins/foreman_compute_resource_module.rst.txt b/develop/_sources/plugins/foreman_compute_resource_module.rst.txt
index ca83f738..5c1db80a 100644
--- a/develop/_sources/plugins/foreman_compute_resource_module.rst.txt
+++ b/develop/_sources/plugins/foreman_compute_resource_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_compute_resource module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_compute_resource`.
diff --git a/develop/_sources/plugins/foreman_config_group_module.rst.txt b/develop/_sources/plugins/foreman_config_group_module.rst.txt
index 10d7bd07..a5cee60a 100644
--- a/develop/_sources/plugins/foreman_config_group_module.rst.txt
+++ b/develop/_sources/plugins/foreman_config_group_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_config_group module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_config_group`.
diff --git a/develop/_sources/plugins/foreman_domain_module.rst.txt b/develop/_sources/plugins/foreman_domain_module.rst.txt
index 4714738c..b46fdc50 100644
--- a/develop/_sources/plugins/foreman_domain_module.rst.txt
+++ b/develop/_sources/plugins/foreman_domain_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_domain module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_domain`.
diff --git a/develop/_sources/plugins/foreman_environment_module.rst.txt b/develop/_sources/plugins/foreman_environment_module.rst.txt
index 9ed364e6..901b60d7 100644
--- a/develop/_sources/plugins/foreman_environment_module.rst.txt
+++ b/develop/_sources/plugins/foreman_environment_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_environment module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_environment`.
diff --git a/develop/_sources/plugins/foreman_external_usergroup_module.rst.txt b/develop/_sources/plugins/foreman_external_usergroup_module.rst.txt
index 8024a85e..f1952bc8 100644
--- a/develop/_sources/plugins/foreman_external_usergroup_module.rst.txt
+++ b/develop/_sources/plugins/foreman_external_usergroup_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_external_usergroup module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_external_usergroup`.
diff --git a/develop/_sources/plugins/foreman_global_parameter_module.rst.txt b/develop/_sources/plugins/foreman_global_parameter_module.rst.txt
index da1e5119..8ff2b793 100644
--- a/develop/_sources/plugins/foreman_global_parameter_module.rst.txt
+++ b/develop/_sources/plugins/foreman_global_parameter_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_global_parameter module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_global_parameter`.
diff --git a/develop/_sources/plugins/foreman_host_module.rst.txt b/develop/_sources/plugins/foreman_host_module.rst.txt
index 66ea8032..485246e7 100644
--- a/develop/_sources/plugins/foreman_host_module.rst.txt
+++ b/develop/_sources/plugins/foreman_host_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_host module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_host`.
diff --git a/develop/_sources/plugins/foreman_host_power_module.rst.txt b/develop/_sources/plugins/foreman_host_power_module.rst.txt
index f64db2f5..b7bc8ec9 100644
--- a/develop/_sources/plugins/foreman_host_power_module.rst.txt
+++ b/develop/_sources/plugins/foreman_host_power_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_host_power module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_host_power`.
diff --git a/develop/_sources/plugins/foreman_hostgroup_module.rst.txt b/develop/_sources/plugins/foreman_hostgroup_module.rst.txt
index dc0a098f..a1f320ec 100644
--- a/develop/_sources/plugins/foreman_hostgroup_module.rst.txt
+++ b/develop/_sources/plugins/foreman_hostgroup_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_hostgroup module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_hostgroup`.
diff --git a/develop/_sources/plugins/foreman_image_module.rst.txt b/develop/_sources/plugins/foreman_image_module.rst.txt
index f3bbdcd0..76080914 100644
--- a/develop/_sources/plugins/foreman_image_module.rst.txt
+++ b/develop/_sources/plugins/foreman_image_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_image module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_image`.
diff --git a/develop/_sources/plugins/foreman_installation_medium_module.rst.txt b/develop/_sources/plugins/foreman_installation_medium_module.rst.txt
index b3fa1bb6..ecd6cef3 100644
--- a/develop/_sources/plugins/foreman_installation_medium_module.rst.txt
+++ b/develop/_sources/plugins/foreman_installation_medium_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_installation_medium module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_installation_medium`.
diff --git a/develop/_sources/plugins/foreman_inventory.rst.txt b/develop/_sources/plugins/foreman_inventory.rst.txt
index 44d0ce5f..cbcc0dc7 100644
--- a/develop/_sources/plugins/foreman_inventory.rst.txt
+++ b/develop/_sources/plugins/foreman_inventory.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.foreman inventory -- Foreman inventory source
.. Collection note
.. note::
- This inventory plugin is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This inventory plugin is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this inventory plugin,
@@ -92,7 +92,6 @@ The below requirements are needed on the local controller node that executes thi
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
diff --git a/develop/_sources/plugins/foreman_job_template_module.rst.txt b/develop/_sources/plugins/foreman_job_template_module.rst.txt
index 3e8ae0f1..06a3c2c9 100644
--- a/develop/_sources/plugins/foreman_job_template_module.rst.txt
+++ b/develop/_sources/plugins/foreman_job_template_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_job_template module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_job_template`.
diff --git a/develop/_sources/plugins/foreman_location_module.rst.txt b/develop/_sources/plugins/foreman_location_module.rst.txt
index 15fbf6ce..27513dd0 100644
--- a/develop/_sources/plugins/foreman_location_module.rst.txt
+++ b/develop/_sources/plugins/foreman_location_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_location module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_location`.
diff --git a/develop/_sources/plugins/foreman_model_module.rst.txt b/develop/_sources/plugins/foreman_model_module.rst.txt
index a004f0fa..1cc9cca0 100644
--- a/develop/_sources/plugins/foreman_model_module.rst.txt
+++ b/develop/_sources/plugins/foreman_model_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_model module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_model`.
diff --git a/develop/_sources/plugins/foreman_operatingsystem_module.rst.txt b/develop/_sources/plugins/foreman_operatingsystem_module.rst.txt
index f9ea8ab1..6d98c931 100644
--- a/develop/_sources/plugins/foreman_operatingsystem_module.rst.txt
+++ b/develop/_sources/plugins/foreman_operatingsystem_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_operatingsystem module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_operatingsystem`.
diff --git a/develop/_sources/plugins/foreman_organization_module.rst.txt b/develop/_sources/plugins/foreman_organization_module.rst.txt
index 4be01889..8d3b18d7 100644
--- a/develop/_sources/plugins/foreman_organization_module.rst.txt
+++ b/develop/_sources/plugins/foreman_organization_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_organization module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_organization`.
diff --git a/develop/_sources/plugins/foreman_os_default_template_module.rst.txt b/develop/_sources/plugins/foreman_os_default_template_module.rst.txt
index f538fce4..aaee4dd4 100644
--- a/develop/_sources/plugins/foreman_os_default_template_module.rst.txt
+++ b/develop/_sources/plugins/foreman_os_default_template_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_os_default_template module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_os_default_template`.
diff --git a/develop/_sources/plugins/foreman_provisioning_template_module.rst.txt b/develop/_sources/plugins/foreman_provisioning_template_module.rst.txt
index 67dce1c8..5259bbbd 100644
--- a/develop/_sources/plugins/foreman_provisioning_template_module.rst.txt
+++ b/develop/_sources/plugins/foreman_provisioning_template_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_provisioning_template module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_provisioning_template`.
diff --git a/develop/_sources/plugins/foreman_ptable_module.rst.txt b/develop/_sources/plugins/foreman_ptable_module.rst.txt
index 0a7f1026..71edfd6f 100644
--- a/develop/_sources/plugins/foreman_ptable_module.rst.txt
+++ b/develop/_sources/plugins/foreman_ptable_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_ptable module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_ptable`.
diff --git a/develop/_sources/plugins/foreman_realm_module.rst.txt b/develop/_sources/plugins/foreman_realm_module.rst.txt
index be8e1705..236fa5b9 100644
--- a/develop/_sources/plugins/foreman_realm_module.rst.txt
+++ b/develop/_sources/plugins/foreman_realm_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_realm module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_realm`.
diff --git a/develop/_sources/plugins/foreman_role_module.rst.txt b/develop/_sources/plugins/foreman_role_module.rst.txt
index d546d31a..0115e563 100644
--- a/develop/_sources/plugins/foreman_role_module.rst.txt
+++ b/develop/_sources/plugins/foreman_role_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_role module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_role`.
diff --git a/develop/_sources/plugins/foreman_scap_content_module.rst.txt b/develop/_sources/plugins/foreman_scap_content_module.rst.txt
index 4c75d930..81b6c6bd 100644
--- a/develop/_sources/plugins/foreman_scap_content_module.rst.txt
+++ b/develop/_sources/plugins/foreman_scap_content_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_scap_content module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_scap_content`.
diff --git a/develop/_sources/plugins/foreman_scap_tailoring_file_module.rst.txt b/develop/_sources/plugins/foreman_scap_tailoring_file_module.rst.txt
index 98953d30..68f7de71 100644
--- a/develop/_sources/plugins/foreman_scap_tailoring_file_module.rst.txt
+++ b/develop/_sources/plugins/foreman_scap_tailoring_file_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_scap_tailoring_file module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_scap_tailoring_file`.
diff --git a/develop/_sources/plugins/foreman_scc_account_module.rst.txt b/develop/_sources/plugins/foreman_scc_account_module.rst.txt
index 1f1909de..8b8c3373 100644
--- a/develop/_sources/plugins/foreman_scc_account_module.rst.txt
+++ b/develop/_sources/plugins/foreman_scc_account_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_scc_account module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_scc_account`.
diff --git a/develop/_sources/plugins/foreman_scc_product_module.rst.txt b/develop/_sources/plugins/foreman_scc_product_module.rst.txt
index b5ced4fd..8ca9387f 100644
--- a/develop/_sources/plugins/foreman_scc_product_module.rst.txt
+++ b/develop/_sources/plugins/foreman_scc_product_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_scc_product module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_scc_product`.
diff --git a/develop/_sources/plugins/foreman_search_facts_module.rst.txt b/develop/_sources/plugins/foreman_search_facts_module.rst.txt
index 40a56a1e..1f08469e 100644
--- a/develop/_sources/plugins/foreman_search_facts_module.rst.txt
+++ b/develop/_sources/plugins/foreman_search_facts_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_search_facts module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_search_facts`.
diff --git a/develop/_sources/plugins/foreman_setting_module.rst.txt b/develop/_sources/plugins/foreman_setting_module.rst.txt
index 1f5a624e..a7b42586 100644
--- a/develop/_sources/plugins/foreman_setting_module.rst.txt
+++ b/develop/_sources/plugins/foreman_setting_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_setting module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_setting`.
diff --git a/develop/_sources/plugins/foreman_smart_class_parameter_module.rst.txt b/develop/_sources/plugins/foreman_smart_class_parameter_module.rst.txt
index 961ffb2a..f967e678 100644
--- a/develop/_sources/plugins/foreman_smart_class_parameter_module.rst.txt
+++ b/develop/_sources/plugins/foreman_smart_class_parameter_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_smart_class_parameter module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_smart_class_parameter`.
diff --git a/develop/_sources/plugins/foreman_snapshot_module.rst.txt b/develop/_sources/plugins/foreman_snapshot_module.rst.txt
index 0b4d35ce..97034172 100644
--- a/develop/_sources/plugins/foreman_snapshot_module.rst.txt
+++ b/develop/_sources/plugins/foreman_snapshot_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_snapshot module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_snapshot`.
diff --git a/develop/_sources/plugins/foreman_subnet_module.rst.txt b/develop/_sources/plugins/foreman_subnet_module.rst.txt
index 2f65bffd..9bb339b4 100644
--- a/develop/_sources/plugins/foreman_subnet_module.rst.txt
+++ b/develop/_sources/plugins/foreman_subnet_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_subnet module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_subnet`.
diff --git a/develop/_sources/plugins/foreman_templates_import_module.rst.txt b/develop/_sources/plugins/foreman_templates_import_module.rst.txt
index 55d61dc8..386a8fe4 100644
--- a/develop/_sources/plugins/foreman_templates_import_module.rst.txt
+++ b/develop/_sources/plugins/foreman_templates_import_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_templates_import module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_templates_import`.
diff --git a/develop/_sources/plugins/foreman_user_module.rst.txt b/develop/_sources/plugins/foreman_user_module.rst.txt
index a924a0ff..f3203095 100644
--- a/develop/_sources/plugins/foreman_user_module.rst.txt
+++ b/develop/_sources/plugins/foreman_user_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_user module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_user`.
diff --git a/develop/_sources/plugins/foreman_usergroup_module.rst.txt b/develop/_sources/plugins/foreman_usergroup_module.rst.txt
index cc07dd28..1f648677 100644
--- a/develop/_sources/plugins/foreman_usergroup_module.rst.txt
+++ b/develop/_sources/plugins/foreman_usergroup_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.foreman_usergroup module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.foreman_usergroup`.
diff --git a/develop/_sources/plugins/global_parameter_module.rst.txt b/develop/_sources/plugins/global_parameter_module.rst.txt
index 1898b7b9..9246a856 100644
--- a/develop/_sources/plugins/global_parameter_module.rst.txt
+++ b/develop/_sources/plugins/global_parameter_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.global_parameter module -- Manage Global Parameters
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -498,6 +497,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.global_parameter_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.global_parameter_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
Notes
diff --git a/develop/_sources/plugins/hardware_model_module.rst.txt b/develop/_sources/plugins/hardware_model_module.rst.txt
index 0f057759..8c4e2ec4 100644
--- a/develop/_sources/plugins/hardware_model_module.rst.txt
+++ b/develop/_sources/plugins/hardware_model_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.hardware_model module -- Manage Hardware Models
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -443,6 +442,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.hardware_model_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.hardware_model_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/host_collection_module.rst.txt b/develop/_sources/plugins/host_collection_module.rst.txt
index 881c6fce..1cf091c4 100644
--- a/develop/_sources/plugins/host_collection_module.rst.txt
+++ b/develop/_sources/plugins/host_collection_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.host_collection module -- Manage Host Collections
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -439,6 +438,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.host_collection_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.host_collection_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/host_errata_info_module.rst.txt b/develop/_sources/plugins/host_errata_info_module.rst.txt
index 760bb2d4..a4667dd8 100644
--- a/develop/_sources/plugins/host_errata_info_module.rst.txt
+++ b/develop/_sources/plugins/host_errata_info_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.host_errata_info module -- Fetch information about Host Errata
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -475,6 +474,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.host_errata_info_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.host_errata_info_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/host_info_module.rst.txt b/develop/_sources/plugins/host_info_module.rst.txt
index 8449a0d0..b8488b99 100644
--- a/develop/_sources/plugins/host_info_module.rst.txt
+++ b/develop/_sources/plugins/host_info_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.host_info module -- Fetch information about Hosts
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -403,6 +402,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.host_info_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.host_info_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/host_module.rst.txt b/develop/_sources/plugins/host_module.rst.txt
index 8454fd19..16ae51e4 100644
--- a/develop/_sources/plugins/host_module.rst.txt
+++ b/develop/_sources/plugins/host_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.host module -- Manage Hosts
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -2776,6 +2775,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.host_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.host_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/host_power_module.rst.txt b/develop/_sources/plugins/host_power_module.rst.txt
index 6180f1c6..52f0c946 100644
--- a/develop/_sources/plugins/host_power_module.rst.txt
+++ b/develop/_sources/plugins/host_power_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.host_power module -- Manage Power State of Hosts
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -95,7 +95,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -352,6 +351,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.host_power_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.host_power_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/hostgroup_info_module.rst.txt b/develop/_sources/plugins/hostgroup_info_module.rst.txt
index 69ac028f..dac98fd7 100644
--- a/develop/_sources/plugins/hostgroup_info_module.rst.txt
+++ b/develop/_sources/plugins/hostgroup_info_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.hostgroup_info module -- Get information about hostgroup(s)
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -403,6 +402,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.hostgroup_info_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.hostgroup_info_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/hostgroup_module.rst.txt b/develop/_sources/plugins/hostgroup_module.rst.txt
index 02b7cf12..a1c7177f 100644
--- a/develop/_sources/plugins/hostgroup_module.rst.txt
+++ b/develop/_sources/plugins/hostgroup_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.hostgroup module -- Manage Hostgroups
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -1568,6 +1567,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.hostgroup_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.hostgroup_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/http_proxy_module.rst.txt b/develop/_sources/plugins/http_proxy_module.rst.txt
index 18df6519..1eb26837 100644
--- a/develop/_sources/plugins/http_proxy_module.rst.txt
+++ b/develop/_sources/plugins/http_proxy_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.http_proxy module -- Manage HTTP Proxies
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -511,6 +510,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.http_proxy_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.http_proxy_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/image_module.rst.txt b/develop/_sources/plugins/image_module.rst.txt
index 7c8d354e..b05e5983 100644
--- a/develop/_sources/plugins/image_module.rst.txt
+++ b/develop/_sources/plugins/image_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.image module -- Manage Images
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -591,6 +590,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.image_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.image_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/index.rst.txt b/develop/_sources/plugins/index.rst.txt
index 10f4a673..f139522e 100644
--- a/develop/_sources/plugins/index.rst.txt
+++ b/develop/_sources/plugins/index.rst.txt
@@ -6,7 +6,7 @@
Redhat.Satellite
================
-Collection version 3.9.0
+Collection version 3.10.0
.. contents::
:local:
@@ -58,6 +58,7 @@ Ansible Modules to manage Satellite installations
* Kenny Tordeurs
* Kirill Shirinkin
* Leos Stejskal
+* Lester Cheung
* Lester Claudio
* Lucas Bickel
* Lukáš Zapletal
@@ -88,6 +89,7 @@ Ansible Modules to manage Satellite installations
* Samir Jha
* Sean O'Keeffe
* Sorin Sbarnea
+* Steffen Frömer
* Stoned Elipot
* TTherouanne
* Thomas Mueller
diff --git a/develop/_sources/plugins/installation_medium_module.rst.txt b/develop/_sources/plugins/installation_medium_module.rst.txt
index db5d57af..b127ffe1 100644
--- a/develop/_sources/plugins/installation_medium_module.rst.txt
+++ b/develop/_sources/plugins/installation_medium_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.installation_medium module -- Manage Installation Media
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -576,6 +575,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.installation_medium_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.installation_medium_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/job_invocation_module.rst.txt b/develop/_sources/plugins/job_invocation_module.rst.txt
index 4cd9d44a..7803d84f 100644
--- a/develop/_sources/plugins/job_invocation_module.rst.txt
+++ b/develop/_sources/plugins/job_invocation_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.job_invocation module -- Invoke Remote Execution Jobs
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -963,6 +962,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.job_invocation_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.job_invocation_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/job_template_module.rst.txt b/develop/_sources/plugins/job_template_module.rst.txt
index 9e33178d..1d5a7d6e 100644
--- a/develop/_sources/plugins/job_template_module.rst.txt
+++ b/develop/_sources/plugins/job_template_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.job_template module -- Manage Job Templates
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -1270,6 +1269,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.job_template_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.job_template_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/katello_activation_key_module.rst.txt b/develop/_sources/plugins/katello_activation_key_module.rst.txt
index f9cc520a..08f37de2 100644
--- a/develop/_sources/plugins/katello_activation_key_module.rst.txt
+++ b/develop/_sources/plugins/katello_activation_key_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.katello_activation_key module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.katello_activation_key`.
diff --git a/develop/_sources/plugins/katello_content_credential_module.rst.txt b/develop/_sources/plugins/katello_content_credential_module.rst.txt
index a514d6ca..c4dd1da3 100644
--- a/develop/_sources/plugins/katello_content_credential_module.rst.txt
+++ b/develop/_sources/plugins/katello_content_credential_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.katello_content_credential module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.katello_content_credential`.
diff --git a/develop/_sources/plugins/katello_content_view_filter_module.rst.txt b/develop/_sources/plugins/katello_content_view_filter_module.rst.txt
index 8550f51e..7db5d045 100644
--- a/develop/_sources/plugins/katello_content_view_filter_module.rst.txt
+++ b/develop/_sources/plugins/katello_content_view_filter_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.katello_content_view_filter module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.katello_content_view_filter`.
diff --git a/develop/_sources/plugins/katello_content_view_module.rst.txt b/develop/_sources/plugins/katello_content_view_module.rst.txt
index 071b45cb..49cc5e42 100644
--- a/develop/_sources/plugins/katello_content_view_module.rst.txt
+++ b/develop/_sources/plugins/katello_content_view_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.katello_content_view module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.katello_content_view`.
diff --git a/develop/_sources/plugins/katello_content_view_version_module.rst.txt b/develop/_sources/plugins/katello_content_view_version_module.rst.txt
index c49d064a..67858736 100644
--- a/develop/_sources/plugins/katello_content_view_version_module.rst.txt
+++ b/develop/_sources/plugins/katello_content_view_version_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.katello_content_view_version module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.katello_content_view_version`.
diff --git a/develop/_sources/plugins/katello_host_collection_module.rst.txt b/develop/_sources/plugins/katello_host_collection_module.rst.txt
index 2a319b38..12061b4a 100644
--- a/develop/_sources/plugins/katello_host_collection_module.rst.txt
+++ b/develop/_sources/plugins/katello_host_collection_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.katello_host_collection module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.katello_host_collection`.
diff --git a/develop/_sources/plugins/katello_lifecycle_environment_module.rst.txt b/develop/_sources/plugins/katello_lifecycle_environment_module.rst.txt
index fbdfef07..ecaf5609 100644
--- a/develop/_sources/plugins/katello_lifecycle_environment_module.rst.txt
+++ b/develop/_sources/plugins/katello_lifecycle_environment_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.katello_lifecycle_environment module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.katello_lifecycle_environment`.
diff --git a/develop/_sources/plugins/katello_manifest_module.rst.txt b/develop/_sources/plugins/katello_manifest_module.rst.txt
index 8716cbdc..7820b2b5 100644
--- a/develop/_sources/plugins/katello_manifest_module.rst.txt
+++ b/develop/_sources/plugins/katello_manifest_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.katello_manifest module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.katello_manifest`.
diff --git a/develop/_sources/plugins/katello_product_module.rst.txt b/develop/_sources/plugins/katello_product_module.rst.txt
index 9ab5019c..5f574de7 100644
--- a/develop/_sources/plugins/katello_product_module.rst.txt
+++ b/develop/_sources/plugins/katello_product_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.katello_product module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.katello_product`.
diff --git a/develop/_sources/plugins/katello_repository_module.rst.txt b/develop/_sources/plugins/katello_repository_module.rst.txt
index ba9c9f4a..b6bfe32e 100644
--- a/develop/_sources/plugins/katello_repository_module.rst.txt
+++ b/develop/_sources/plugins/katello_repository_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.katello_repository module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.katello_repository`.
diff --git a/develop/_sources/plugins/katello_repository_set_module.rst.txt b/develop/_sources/plugins/katello_repository_set_module.rst.txt
index 15b66a57..bce286d6 100644
--- a/develop/_sources/plugins/katello_repository_set_module.rst.txt
+++ b/develop/_sources/plugins/katello_repository_set_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.katello_repository_set module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.katello_repository_set`.
diff --git a/develop/_sources/plugins/katello_sync_module.rst.txt b/develop/_sources/plugins/katello_sync_module.rst.txt
index e4da98f6..01ade200 100644
--- a/develop/_sources/plugins/katello_sync_module.rst.txt
+++ b/develop/_sources/plugins/katello_sync_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.katello_sync module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.katello_sync`.
diff --git a/develop/_sources/plugins/katello_sync_plan_module.rst.txt b/develop/_sources/plugins/katello_sync_plan_module.rst.txt
index 99469854..fc5f1aae 100644
--- a/develop/_sources/plugins/katello_sync_plan_module.rst.txt
+++ b/develop/_sources/plugins/katello_sync_plan_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.katello_sync_plan module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.katello_sync_plan`.
diff --git a/develop/_sources/plugins/katello_upload_module.rst.txt b/develop/_sources/plugins/katello_upload_module.rst.txt
index 06ad2784..8f217270 100644
--- a/develop/_sources/plugins/katello_upload_module.rst.txt
+++ b/develop/_sources/plugins/katello_upload_module.rst.txt
@@ -15,7 +15,7 @@ redhat.satellite.katello_upload module
.. Collection note
.. note::
- This redirect is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This redirect is part of the `redhat.satellite collection `_ (version 3.10.0).
To use it in a playbook, specify: :code:`redhat.satellite.katello_upload`.
diff --git a/develop/_sources/plugins/lifecycle_environment_module.rst.txt b/develop/_sources/plugins/lifecycle_environment_module.rst.txt
index 7a29c2eb..e820bb59 100644
--- a/develop/_sources/plugins/lifecycle_environment_module.rst.txt
+++ b/develop/_sources/plugins/lifecycle_environment_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.lifecycle_environment module -- Manage Lifecycle Environments
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -473,6 +472,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.lifecycle_environment_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.lifecycle_environment_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/location_module.rst.txt b/develop/_sources/plugins/location_module.rst.txt
index 9d3081de..441aac29 100644
--- a/develop/_sources/plugins/location_module.rst.txt
+++ b/develop/_sources/plugins/location_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.location module -- Manage Locations
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -599,6 +598,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.location_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.location_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/operatingsystem_module.rst.txt b/develop/_sources/plugins/operatingsystem_module.rst.txt
index c73a13ec..497b8eb4 100644
--- a/develop/_sources/plugins/operatingsystem_module.rst.txt
+++ b/develop/_sources/plugins/operatingsystem_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.operatingsystem module -- Manage Operating Systems
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -914,6 +913,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.operatingsystem_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.operatingsystem_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/organization_info_module.rst.txt b/develop/_sources/plugins/organization_info_module.rst.txt
index 94b38b3b..74eef01a 100644
--- a/develop/_sources/plugins/organization_info_module.rst.txt
+++ b/develop/_sources/plugins/organization_info_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.organization_info module -- Get information about organization(
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -403,6 +402,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.organization_info_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.organization_info_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/organization_module.rst.txt b/develop/_sources/plugins/organization_module.rst.txt
index 78d0d45e..a188456f 100644
--- a/develop/_sources/plugins/organization_module.rst.txt
+++ b/develop/_sources/plugins/organization_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.organization module -- Manage Organizations
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -599,6 +598,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.organization_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.organization_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/os_default_template_module.rst.txt b/develop/_sources/plugins/os_default_template_module.rst.txt
index a909e16e..e2d35bde 100644
--- a/develop/_sources/plugins/os_default_template_module.rst.txt
+++ b/develop/_sources/plugins/os_default_template_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.os_default_template module -- Manage Default Template Associati
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -432,6 +431,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.os_default_template_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.os_default_template_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/partition_table_module.rst.txt b/develop/_sources/plugins/partition_table_module.rst.txt
index 149c727c..62b6542d 100644
--- a/develop/_sources/plugins/partition_table_module.rst.txt
+++ b/develop/_sources/plugins/partition_table_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.partition_table module -- Manage Partition Table Templates
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -618,6 +617,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.partition_table_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.partition_table_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/product_module.rst.txt b/develop/_sources/plugins/product_module.rst.txt
index c4d327ad..57a02e41 100644
--- a/develop/_sources/plugins/product_module.rst.txt
+++ b/develop/_sources/plugins/product_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.product module -- Manage Products
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -612,6 +611,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.product_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.product_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/provisioning_template_module.rst.txt b/develop/_sources/plugins/provisioning_template_module.rst.txt
index b0c986dc..f164f36d 100644
--- a/develop/_sources/plugins/provisioning_template_module.rst.txt
+++ b/develop/_sources/plugins/provisioning_template_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.provisioning_template module -- Manage Provisioning Templates
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -689,6 +688,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.provisioning_template_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.provisioning_template_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/puppet_environment_module.rst.txt b/develop/_sources/plugins/puppet_environment_module.rst.txt
index aba5285b..d1886802 100644
--- a/develop/_sources/plugins/puppet_environment_module.rst.txt
+++ b/develop/_sources/plugins/puppet_environment_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.puppet_environment module -- Manage Puppet Environments
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -405,6 +404,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.puppet_environment_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.puppet_environment_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/puppetclasses_import_module.rst.txt b/develop/_sources/plugins/puppetclasses_import_module.rst.txt
index 8b0877af..433ca39a 100644
--- a/develop/_sources/plugins/puppetclasses_import_module.rst.txt
+++ b/develop/_sources/plugins/puppetclasses_import_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.puppetclasses_import module -- Import Puppet Classes from a Pro
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -372,6 +371,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.puppetclasses_import_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-none:`none`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.puppetclasses_import_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-none:`none`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/realm_module.rst.txt b/develop/_sources/plugins/realm_module.rst.txt
index 71b91176..afbd59bf 100644
--- a/develop/_sources/plugins/realm_module.rst.txt
+++ b/develop/_sources/plugins/realm_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.realm module -- Manage Realms
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -482,6 +481,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.realm_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.realm_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/redhat_manifest_module.rst.txt b/develop/_sources/plugins/redhat_manifest_module.rst.txt
index 7641cab9..1a0fc9b7 100644
--- a/develop/_sources/plugins/redhat_manifest_module.rst.txt
+++ b/develop/_sources/plugins/redhat_manifest_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.redhat_manifest module -- Interact with a Red Hat Satellite Sub
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
@@ -84,7 +84,6 @@ Synopsis
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
diff --git a/develop/_sources/plugins/repository_info_module.rst.txt b/develop/_sources/plugins/repository_info_module.rst.txt
index f1f23dee..2a528431 100644
--- a/develop/_sources/plugins/repository_info_module.rst.txt
+++ b/develop/_sources/plugins/repository_info_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.repository_info module -- Fetch information about Repositories
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -437,6 +436,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.repository_info_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.repository_info_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/repository_module.rst.txt b/develop/_sources/plugins/repository_module.rst.txt
index bb24cb73..67d6421c 100644
--- a/develop/_sources/plugins/repository_module.rst.txt
+++ b/develop/_sources/plugins/repository_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.repository module -- Manage Repositories
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -1679,6 +1678,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.repository_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.repository_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
Notes
diff --git a/develop/_sources/plugins/repository_set_info_module.rst.txt b/develop/_sources/plugins/repository_set_info_module.rst.txt
index 07523cee..8e6ab2ff 100644
--- a/develop/_sources/plugins/repository_set_info_module.rst.txt
+++ b/develop/_sources/plugins/repository_set_info_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.repository_set_info module -- Fetch information about Red Hat R
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -437,6 +436,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.repository_set_info_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.repository_set_info_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/repository_set_module.rst.txt b/develop/_sources/plugins/repository_set_module.rst.txt
index 2d97a9d8..f509bbea 100644
--- a/develop/_sources/plugins/repository_set_module.rst.txt
+++ b/develop/_sources/plugins/repository_set_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.repository_set module -- Enable/disable Red Hat Repositories av
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -592,6 +591,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.repository_set_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.repository_set_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/repository_sync_module.rst.txt b/develop/_sources/plugins/repository_sync_module.rst.txt
index 6cf636da..0fb5f9db 100644
--- a/develop/_sources/plugins/repository_sync_module.rst.txt
+++ b/develop/_sources/plugins/repository_sync_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.repository_sync module -- Sync a Repository or Product
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -365,6 +364,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.repository_sync_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.repository_sync_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/resource_info_module.rst.txt b/develop/_sources/plugins/resource_info_module.rst.txt
index 0de9fb96..183d2050 100644
--- a/develop/_sources/plugins/resource_info_module.rst.txt
+++ b/develop/_sources/plugins/resource_info_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.resource_info module -- Gather information about resources
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -451,6 +450,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.resource_info_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.resource_info_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
Notes
diff --git a/develop/_sources/plugins/role_module.rst.txt b/develop/_sources/plugins/role_module.rst.txt
index 9db60a94..d1305ca5 100644
--- a/develop/_sources/plugins/role_module.rst.txt
+++ b/develop/_sources/plugins/role_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.role module -- Manage Roles
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -542,6 +541,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.role_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.role_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/scap_content_module.rst.txt b/develop/_sources/plugins/scap_content_module.rst.txt
index ed1656a2..93574601 100644
--- a/develop/_sources/plugins/scap_content_module.rst.txt
+++ b/develop/_sources/plugins/scap_content_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.scap_content module -- Manage SCAP content
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -513,6 +512,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.scap_content_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.scap_content_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/scap_tailoring_file_module.rst.txt b/develop/_sources/plugins/scap_tailoring_file_module.rst.txt
index efac5bd6..e6b0b1a4 100644
--- a/develop/_sources/plugins/scap_tailoring_file_module.rst.txt
+++ b/develop/_sources/plugins/scap_tailoring_file_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.scap_tailoring_file module -- Manage SCAP Tailoring Files
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -513,6 +512,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.scap_tailoring_file_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.scap_tailoring_file_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/setting_info_module.rst.txt b/develop/_sources/plugins/setting_info_module.rst.txt
index a6fe0e7b..304ace26 100644
--- a/develop/_sources/plugins/setting_info_module.rst.txt
+++ b/develop/_sources/plugins/setting_info_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.setting_info module -- Fetch information about Settings
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -403,6 +402,105 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.setting_info_module__attribute-check_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **check_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Can run in check\_mode and return changed status prediction without modifying the entity
+
+
+ .. raw:: html
+
+
+
+
+ * - .. raw:: html
+
+
+
+
+ .. _ansible_collections.redhat.satellite.setting_info_module__attribute-diff_mode:
+
+ .. rst-class:: ansible-option-title
+
+ **diff_mode**
+
+ .. raw:: html
+
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ :ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full`
+
+
+ .. raw:: html
+
+
+
+ - .. raw:: html
+
+
+
+ Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode
+
+
+ .. raw:: html
+
+
+
+
+
.. Notes
diff --git a/develop/_sources/plugins/setting_module.rst.txt b/develop/_sources/plugins/setting_module.rst.txt
index 4d4cc9ee..c7b7067f 100644
--- a/develop/_sources/plugins/setting_module.rst.txt
+++ b/develop/_sources/plugins/setting_module.rst.txt
@@ -42,7 +42,7 @@ redhat.satellite.setting module -- Manage Settings
.. Collection note
.. note::
- This module is part of the `redhat.satellite collection `_ (version 3.9.0).
+ This module is part of the `redhat.satellite collection `_ (version 3.10.0).
To install it, use: :code:`ansible-galaxy collection install redhat.satellite`.
You need further requirements to be able to use this module,
@@ -94,7 +94,6 @@ The below requirements are needed on the host that executes this module.
Parameters
----------
-
.. rst-class:: ansible-option-table
.. list-table::
@@ -331,8 +330,113 @@ Parameters
.. Attributes
+Attributes
+----------
+
+.. rst-class:: ansible-option-table
+
+.. list-table::
+ :width: 100%
+ :widths: auto
+ :header-rows: 1
+
+ * - Attribute
+ - Support
+ - Description
+
+ * - .. raw:: html
+
+
+