Skip to content

Commit 71a2fd8

Browse files
authored
Add new parameter to reference module (theforeman#3913)
1 parent 50080bf commit 71a2fd8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

guides/common/modules/ref_global-parameters-for-registration.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,18 @@ You can configure the following global parameters by navigating to *Configure* >
55

66
* The `host_registration_insights` parameter is used in the `insights` snippet.
77
If the parameter is set to `true`, the registration installs and enables the Red{nbsp}Hat Insights client on the host.
8-
If the parameter is set to `false`, it prevents {Project} and the Red{nbsp}Hat Insights client from uploading Inventory reports to your {RHCloud}.
8+
If the parameter is set to `false`, {Project} prevents the installation and registration of the Red{nbsp}Hat Insights client.
99
ifdef::satellite[]
1010
The default value is `true`.
1111
endif::[]
1212
ifndef::satellite[]
1313
The default value is `false`.
1414
endif::[]
1515
When overriding the parameter value, set the parameter type to `boolean`.
16+
* The `host_registration_insights_inventory` parameter controls Inventory uploads.
17+
If the parameter is set to `true`, the host is included in the Insights Inventory report uploaded to the {RHCloud}.
18+
If the parameter is set to `false`, the host is excluded from the Insights Inventory report upload.
19+
To upload minimal inventory data without registering the host with the Insights client, set the `host_registration_insights` parameter to `false` and set the `host_registration_insights_inventory` to `true`.
1620
* The `host_packages` parameter is for installing packages on the host.
1721
* The `host_registration_remote_execution` parameter is used in the `remote_execution_ssh_keys` snippet.
1822
If it is set to `true`, the registration enables remote execution on the host.

0 commit comments

Comments
 (0)