You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also reordered the list to be alphabetical
[Docs] Update description of CA variables in Containerized installer documentation
https://issues.redhat.com/browse/AAP-33585
| |`bundle_dir` |The path to the bundle directory.
9
+
10
+
Default = `false`
11
+
| |`bundle_install` |Use offline installation. Set to `true` to enable offline installation.
12
+
13
+
Default = `false`
14
+
15
+
| |`ca_tls_cert` | Define a Certification Authority certificate here along with a matching key in `ca_tls_key` when you want the installer to create leaf certificates for each product for you.
16
+
17
+
| |`ca_tls_key` | Define the key for a Certication Authority certificate here for the matching certificate in `ca_tls_cert` when you want the installer to create leaf certs for each product for you.
| |`custom_ca_cert` | Define a custom Certification Authority certificate here when you have the leaf certificates created for each product and need the certificate trust to be established.
32
+
8
33
| `enable_insights_collection` | | The default install registers the node to the {InsightsName} for the {PlatformName} Service if the node is registered with Subscription Manager.
9
34
10
35
Set to `False` to disable.
@@ -26,6 +51,16 @@ Default = `TLSv1.2`
26
51
Each element in the list is provided into `http nginx config` as a separate line.
| `registry_password` |`registry_password` | This variable is only required if a non-bundle installer is used.
30
65
31
66
Password credential for access to `registry_url`.
@@ -35,6 +70,10 @@ Enter your Red Hat Registry Service Account credentials in `registry_username` a
35
70
When `registry_url` is `registry.redhat.io`, username and password are required if not using a bundle installer.
36
71
37
72
For more information, see link:{URLInstallationGuide}/assembly-platform-install-scenario#proc-set-registry-username-password[Setting registry_username and registry_password].
73
+
| |`registry_tls_verify` |Verify registry TLS.
74
+
75
+
Default = `true`
76
+
38
77
| `registry_url` |`registry_url` | URL for the registry source.
39
78
40
79
Default = `registry.redhat.io`
@@ -52,41 +91,6 @@ If `routable_hostname` is not set, it should default to `ansible_host`. If you d
52
91
This variable is used as a host variable for particular hosts and not under the `[all:vars]` section.
53
92
54
93
For further information, see link:https://docs.ansible.com/ansible/latest/inventory_guide/intro_inventory.html#assigning-a-variable-to-one-machine-host-variables[Assigning a variable to one machine: host variables].
55
-
| |`bundle_dir` |The path to the bundle directory.
56
-
57
-
Default = `false`
58
-
| |`bundle_install` |Use offline installation. Set to `true` to enable offline installation.
0 commit comments