Files
homelab-infrastructure/ansible/roles/k8s_packages/tasks/networking.yaml
T
2026-06-27 00:35:03 +01:00

6 lines
132 B
YAML

- name: Enable sysctl 'net.ipv4.ip_forward'
ansible.posix.sysctl:
name: net.ipv4.ip_forward
value: 1
sysctl_set: true