feat: add kubernetes roles

This commit is contained in:
2026-06-23 23:28:40 +01:00
parent 41852cc2d3
commit 71214883fb
9 changed files with 55 additions and 8 deletions
+5 -4
View File
@@ -1,5 +1,6 @@
---
- name: Upgrade all packages
ansible.builtin.package:
name: '*'
state: latest
- name: Install Python 3 Dependencies
ansible.builtin.apt:
pkg:
- python3-debian
state: present