File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
k3s_version : " v1.31.0+k3s1"
3
3
k3s_selinux_release : v1.6.latest.1
4
4
k3s_selinux_rpm_version : 1.6-1
5
- rocky_version : " {{ ansible_distribution_major_version }} "
5
+ k3s_helm_version : v3.11.0
Original file line number Diff line number Diff line change 19
19
20
20
- name : Install k3s SELinux policy package
21
21
yum :
22
- name : " https://github.com/k3s-io/k3s-selinux/releases/download/{{ k3s_selinux_release }}/k3s-selinux-{{ k3s_selinux_rpm_version }}.el{{ rocky_version }}.noarch.rpm"
22
+ name : " https://github.com/k3s-io/k3s-selinux/releases/download/{{ k3s_selinux_release }}/k3s-selinux-{{ k3s_selinux_rpm_version }}.el{{ ansible_distribution_major_version }}.noarch.rpm"
23
23
disable_gpg_check : true
24
24
25
25
- name : Create image directory
58
58
59
59
- name : Install helm
60
60
unarchive :
61
- src : https://get.helm.sh/helm-v3.11.0 -linux-amd64.tar.gz
61
+ src : " https://get.helm.sh/helm-{{ k3s_helm_version }} -linux-amd64.tar.gz"
62
62
dest : /usr/bin
63
63
extra_opts : " --strip-components=1"
64
64
owner : root
You can’t perform that action at this time.
0 commit comments