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

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