From 04f9296418c47ee4798fa5f2146a44dd5416d3cc Mon Sep 17 00:00:00 2001 From: Laszlo Rafael <rlacko99@gmail.com> Date: Sat, 10 Dec 2022 22:25:55 +0100 Subject: [PATCH] fix cis_profile --- ansible/k8s/vars/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/k8s/vars/main.yaml b/ansible/k8s/vars/main.yaml index 1776f5e..7b372a3 100644 --- a/ansible/k8s/vars/main.yaml +++ b/ansible/k8s/vars/main.yaml @@ -159,7 +159,7 @@ rke2_disable_kube_proxy: true # 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) -rke2_cis_profile: "cis-1.6" +rke2_cis_profile: "cis-1.23" # Download Kubernetes config file to the Ansible controller rke2_download_kubeconf: false -- GitLab