This commit is contained in:
2026-05-12 20:53:24 +02:00
parent 2fb4685bd4
commit e3426b4491
+7 -3
View File
@@ -25,7 +25,11 @@
path: /tmp/helm
state: directory
mode: '0755'
- name: Prepare Helm directories
file:
path: /tmp/helm/.config/helm
state: directory
mode: '0755'
- name: Install Helm v3 binary
ansible.builtin.copy:
src: /tmp/linux-amd64/helm
@@ -46,7 +50,8 @@
environment:
PATH: /usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin
HOME: /tmp/helm
XDG_CONFIG_HOME: /tmp/helm
XDG_CONFIG_HOME: /tmp/helm/.config
KUBECONFIG: /home/jd/.kube/config
when: inventory_hostname.endswith('-vm01.home.lan')
- name: Install NFS Subdir External Provisioner
@@ -55,7 +60,6 @@
chart_ref: nfs-subdir-external-provisioner/nfs-subdir-external-provisioner
release_namespace: kube-system
create_namespace: true
update_repo_cache: true
kubeconfig: /home/{{ ansible_user }}/.kube/config
values: