From 61fcf31174a3762ee9ca8bb74de3ef73cedc7b13 Mon Sep 17 00:00:00 2001 From: Sam Lin <456807+maxisam@users.noreply.github.com> Date: Fri, 13 Dec 2024 09:21:34 -0600 Subject: [PATCH 1/2] doc: cis value --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 86f07b5..19574b8 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -213,7 +213,7 @@ rke2_snapshooter: overlayfs # legacy variable that only exists to keep backward rke2_cni: canal # Validate system configuration against the selected benchmark -# (Supported value is "cis-1.23" or eventually "cis-1.6" if you are running RKE2 prior 1.25) +# (Supported value is "cis-1.23" or eventually "cis-1.6" if you are running RKE2 prior 1.25) or "cis" for rke2 1.30+ rke2_cis_profile: "" # Download Kubernetes config file to the Ansible controller From da7b977cca40a74f46440ff42a2ee8009dce42de Mon Sep 17 00:00:00 2001 From: maxisam <456807+maxisam@users.noreply.github.com.> Date: Wed, 18 Dec 2024 14:37:57 -0600 Subject: [PATCH 2/2] doc: update cis profile comment for clarity --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 19574b8..acb5f38 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -213,7 +213,7 @@ rke2_snapshooter: overlayfs # legacy variable that only exists to keep backward rke2_cni: canal # Validate system configuration against the selected benchmark -# (Supported value is "cis-1.23" or eventually "cis-1.6" if you are running RKE2 prior 1.25) or "cis" for rke2 1.30+ +# (Supported value is "cis-1.23" or eventually "cis-1.6" if you are running RKE2 prior 1.25 or "cis" for rke2 1.30+) rke2_cis_profile: "" # Download Kubernetes config file to the Ansible controller