Files
homelab-infrastructure/ansible/roles/kubernetes_node/tasks/networking.yaml
T

7 lines
136 B
YAML

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