This commit is contained in:
2024-07-03 15:48:10 +00:00
parent 9a4bbb05a8
commit 6413ee32c2
25 changed files with 178 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
---
# Group vars for Kubernetes worker nodes
kubernetes_role: node
iptables_forward_policy: ACCEPT
iptables_open_ports:
- interface: any
protocol: tcp
port: 10250
- interface: any
protocol: tcp
port: 10256
- interface: any
protocol: tcp
port: "30000:32767"