feat: install cilium cni

This commit is contained in:
2026-06-29 01:17:38 +01:00
parent 8d821d643c
commit 293df1cfbe
3 changed files with 32 additions and 5 deletions
@@ -0,0 +1,15 @@
- 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
- name: Install Helm
ansible.builtin.apt:
name: helm
state: present
update_cache: true