feat: added install kubectl and helm

This commit is contained in:
2024-02-26 11:20:30 +00:00
parent 00e4f7e5ab
commit f3ae6b8b9f
6 changed files with 68 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
---
- name: Download kubectl binary
get_url:
url: "{{ k3s_kubectl_url }}"
dest: "{{ k3s_binary_dir }}/kubectl"
owner: root
group: root
mode: 0750
when: ansible_facts.architecture == "x86_64"