software-infrastructure/group_vars/control_planes.yaml
2024-10-25 10:25:04 -04:00

26 lines
447 B
YAML

---
# Group vars for Kubernetes control plane nodes
kubernetes_role: control_plane
open_ports:
- interface: any
protocol: tcp
port: 22
- interface: any
protocol: tcp
port: 6443
- interface: any
protocol: tcp
port: 2379-2380
- interface: any
protocol: tcp
port: 10250
- interface: any
protocol: tcp
port: 10257
- interface: any
protocol: tcp
port: 10259
memory:
unit: MiB
value: 8192