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
@@ -0,0 +1,6 @@
---
- name: Enable sysctl 'net.ipv4.ip_forward'
ansible.posix.sysctl:
name: net.ipv4.ip_forward
value: 1
sysctl_set: true