add Ansible Flatcar and platform bootstrap
Kube-bench CIS scan / Scan ephemeral K3s cluster (push) Successful in 56s

This commit is contained in:
2026-08-15 16:40:37 -04:00
parent 478cc49e50
commit 664c3c8236
11 changed files with 379 additions and 6 deletions
@@ -0,0 +1,23 @@
---
flatcar_expected_distribution: Flatcar
k3d_cluster_name: security-baseline
k3d_config_source: "{{ playbook_dir }}/../local-quickstart/k3d-cluster-config.yaml"
k3d_workspace: /opt/k3d-test/workspace/kubernetes-security-baseline
k3d_tool_dir: /opt/k3d-test/bin
k3d_user: core
k3d_group: core
k3d_version: 5.9.0
kubectl_version: v1.35.5
helm_version: v3.19.0
tool_architecture: amd64
bootstrap_repo_url: ""
bootstrap_repo_ref: main
bootstrap_repo_ssh_private_key: ""
bootstrap_repo_ssh_private_key_path: /run/k3d-test-repo-key
bootstrap_repo_source: "{{ playbook_dir }}/.."
kubeconfig_fetch_enabled: true
kubeconfig_artifact_dir: "{{ playbook_dir }}/../artifacts"