This commit is contained in:
2026-05-12 21:17:47 +02:00
parent 3733852f94
commit d0007ba4c3
+9
View File
@@ -108,3 +108,12 @@
owner: jd owner: jd
group: jd group: jd
when: inventory_hostname.endswith('-vm01.home.lan') when: inventory_hostname.endswith('-vm01.home.lan')
- name: Ensure correct ownership of Helm config
file:
path: /home/jd/.kube/config
state: directory
owner: jd
group: jd
mode: '0600'
when: inventory_hostname.endswith('-vm01.home.lan')