feat: update control plane role

This commit is contained in:
2026-06-30 00:25:44 +01:00
parent 6a127588f0
commit 010f0657b5
4 changed files with 64 additions and 35 deletions
@@ -0,0 +1,13 @@
- name: Ensure Longhorn repository exists
kubernetes.core.helm_repository:
name: longhorn
url: https://charts.longhorn.io
- name: Ensure Longhorn is installed
kubernetes.core.helm:
release_name: longhorn
release_namespace: longhorn-system
chart_ref: longhorn/longhorn
chart_version: 1.12.0
create_namespace: true
run_once: true