Allow customization to setup the environment
Added default variable repo name to download packages Change-Id: Iabbe85973646b5cb98a59a4570061f76a70b8b55
This commit is contained in:
parent
de63cdf6d4
commit
5bf8b0084d
1
roles/setup-helm/defaults/main.yaml
Normal file
1
roles/setup-helm/defaults/main.yaml
Normal file
@ -0,0 +1 @@
|
|||||||
|
repo_name: "https://get.helm.sh"
|
@ -18,8 +18,9 @@
|
|||||||
- name: Download Helm
|
- name: Download Helm
|
||||||
unarchive:
|
unarchive:
|
||||||
remote_src: true
|
remote_src: true
|
||||||
src: "https://get.helm.sh/helm-v{{ version.helm }}-linux-amd64.tar.gz"
|
src: "{{ repo_name }}/helm-v{{ version.helm }}-linux-amd64.tar.gz"
|
||||||
dest: /tmp
|
dest: /tmp
|
||||||
|
|
||||||
- name: Install Helm
|
- name: Install Helm
|
||||||
become: true
|
become: true
|
||||||
copy:
|
copy:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user