mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-09-09 05:37:35 +02:00
build
This commit is contained in:
@@ -25,7 +25,11 @@
|
|||||||
path: /tmp/helm
|
path: /tmp/helm
|
||||||
state: directory
|
state: directory
|
||||||
mode: '0755'
|
mode: '0755'
|
||||||
|
- name: Prepare Helm directories
|
||||||
|
file:
|
||||||
|
path: /tmp/helm/.config/helm
|
||||||
|
state: directory
|
||||||
|
mode: '0755'
|
||||||
- name: Install Helm v3 binary
|
- name: Install Helm v3 binary
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: /tmp/linux-amd64/helm
|
src: /tmp/linux-amd64/helm
|
||||||
@@ -46,7 +50,8 @@
|
|||||||
environment:
|
environment:
|
||||||
PATH: /usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin
|
PATH: /usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin
|
||||||
HOME: /tmp/helm
|
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')
|
when: inventory_hostname.endswith('-vm01.home.lan')
|
||||||
|
|
||||||
- name: Install NFS Subdir External Provisioner
|
- name: Install NFS Subdir External Provisioner
|
||||||
@@ -55,7 +60,6 @@
|
|||||||
chart_ref: nfs-subdir-external-provisioner/nfs-subdir-external-provisioner
|
chart_ref: nfs-subdir-external-provisioner/nfs-subdir-external-provisioner
|
||||||
release_namespace: kube-system
|
release_namespace: kube-system
|
||||||
create_namespace: true
|
create_namespace: true
|
||||||
update_repo_cache: true
|
|
||||||
kubeconfig: /home/{{ ansible_user }}/.kube/config
|
kubeconfig: /home/{{ ansible_user }}/.kube/config
|
||||||
|
|
||||||
values:
|
values:
|
||||||
|
|||||||
Reference in New Issue
Block a user