Add Trivy integration to noble cluster setup, including namespace and application configurations. Update README and playbook tags to reflect new security scanning capabilities. Enhance Longhorn and kube-prometheus-stack deployment reliability with increased timeout settings and retry mechanisms.

This commit is contained in:
Nikholas Pcenicni
2026-05-13 23:48:12 -04:00
parent 774b97894c
commit 663ebc5001
16 changed files with 223 additions and 13 deletions

View File

@@ -31,4 +31,8 @@
- "{{ noble_helm_longhorn_wait_timeout }}"
environment:
KUBECONFIG: "{{ noble_kubeconfig }}"
register: noble_longhorn_helm
retries: "{{ noble_helm_longhorn_retries | int }}"
delay: "{{ noble_helm_longhorn_retry_delay | int }}"
until: noble_longhorn_helm.rc == 0
changed_when: true