From e479dff701bc75062eba30f5102c91a7910b77af Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 21 Feb 2024 10:01:50 -0700 Subject: [PATCH] docs(changelog): version 1.6.0 [citest skip] Update changelog and .README.html for version 1.6.0 Signed-off-by: Rich Megginson --- .README.html | 131 +++++++++++++++++++++++++++++---------------------- CHANGELOG.md | 7 +++ 2 files changed, 81 insertions(+), 57 deletions(-) diff --git a/.README.html b/.README.html index 0f88c83..5fca376 100644 --- a/.README.html +++ b/.README.html @@ -282,16 +282,33 @@

Role Variables

    rhc_insights:
-      remediation: present
+ display_name: "Example Host" +

Configures the display name with a custom value for the system record +in Host Based Inventory (HBI). This display name is only used to +identify the host in the Inventory. It is null by default +and will use the system host name if not specified.

+

Possible values of this variable:

+ +

Note: If not set explicitly on registration, the display name is set +to the hostname by default. It is not possible to automatically revert +it to the hostname, but it can be set so manually.

+
    rhc_insights:
+      remediation: present

Whether the system is configured to run the Insights remediation; valid values are present (the default, to ensure remediation), and absent.

Please note that the Insights remediation is supported only on RHEL 8.4 or greater, as the needed packages are available only starting from that version; on older versions, this parameter has no effect.

-
    rhc_insights:
-      tags: {}
+
    rhc_insights:
+      tags: {}

A dictionary of tags that is added to the system record in Host Based Inventory (HBI); typically used for the grouping and tagging of systems, and to search for systems in the inventory.

@@ -309,25 +326,25 @@

Role Variables

lists, dictionaries, etc).

Example of the tags configured in the insights-client documentation:

-
rhc_insights:
-  tags:
-    group: _group-name-value_
-    location: _location-name-value_
-    description:
-      - RHEL8
-      - SAP
-    key 4: value
    rhc_proxy: {}
-

The details of the proxy server to use for connecting:

+class="sourceCode yaml">rhc_insights: + tags: + group: _group-name-value_ + location: _location-name-value_ + description: + - RHEL8 + - SAP + key 4: value
rhc_proxy:
-  hostname: "proxy-hostname"
-  scheme: http
-  port: 4321
-  username: "proxy-hostname"
-  password: "proxy-password"
+class="sourceCode yaml"> rhc_proxy: {} +

The details of the proxy server to use for connecting:

+
rhc_proxy:
+  hostname: "proxy-hostname"
+  scheme: http
+  port: 4321
+  username: "proxy-hostname"
+  password: "proxy-password"