feat: added install kubectl and helm
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
dest: "{{ k3s_binary_dir }}/{{ k3s_binary_name }}"
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0755
|
||||
mode: 0750
|
||||
when: ansible_facts.architecture == "x86_64"
|
||||
|
||||
- name: Download k3s binary arm64
|
||||
@@ -16,7 +16,7 @@
|
||||
dest: "{{ k3s_binary_dir }}/{{ k3s_binary_name }}"
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0755
|
||||
mode: 0750
|
||||
when:
|
||||
- ( ansible_facts.architecture is search("arm") and
|
||||
ansible_facts.userspace_bits == "64" ) or
|
||||
@@ -29,7 +29,7 @@
|
||||
dest: "{{ k3s_binary_dir }}/{{ k3s_binary_name }}"
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0755
|
||||
mode: 0750
|
||||
when:
|
||||
- ansible_facts.architecture is search("arm")
|
||||
- ansible_facts.userspace_bits == "32"
|
||||
|
||||
Reference in New Issue
Block a user