Something went wrong on our end
-
Attila Farkas authored85644c62
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
routers 167 B
---
# Configuration of all router devices
- name: Enable IP forwarding
sysctl:
name: net.ipv4.ip_forward
value: '1'
sysctl_set: yes
reload: yes
...