feat: add helm and kubectl to kubernetes_common

This commit is contained in:
2026-06-30 23:40:52 +01:00
parent 8ae456bda7
commit 3699aac3ae
2 changed files with 12 additions and 1 deletions
@@ -4,5 +4,6 @@
- kubeadm - kubeadm
- kubelet - kubelet
- containerd - containerd
- open-iscsi - kubectl
- helm
update_cache: true update_cache: true
@@ -6,3 +6,13 @@
suites: / suites: /
signed_by: https://pkgs.k8s.io/core:/stable:/v1.36/deb/Release.key signed_by: https://pkgs.k8s.io/core:/stable:/v1.36/deb/Release.key
state: present state: present
- name: Add Helm APT repository
ansible.builtin.deb822_repository:
name: helm
types: deb
uris: https://packages.buildkite.com/helm-linux/helm-debian/any/
suites: any
components: main
signed_by: https://packages.buildkite.com/helm-linux/helm-debian/gpgkey
state: present