diff --git a/.README.html b/.README.html index 29b5b35..0f88c83 100644 --- a/.README.html +++ b/.README.html @@ -265,16 +265,33 @@

Role Variables

It is enabled by default.

    rhc_insights:
-      remediation: present
+ ansible_host: "example-host" +

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

+

Possible values of this variable:

+ +
    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.

@@ -292,25 +309,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"