mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-09-08 21:27:36 +02:00
build
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user