You've already forked linux_ws2122_ansible
Initial Commit
This commit is contained in:
7
roles/sysctl/tasks/main.yaml
Normal file
7
roles/sysctl/tasks/main.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
- name: configure sysctl properties
|
||||
sysctl:
|
||||
name: net.ipv4.ip_forward
|
||||
value: '1'
|
||||
state: present
|
Reference in New Issue
Block a user