Add desktop sysctl/modprobe config files
This commit is contained in:
parent
6e88c23a9d
commit
a5ed57f910
5 changed files with 65 additions and 1 deletions
2
templates/desktop/sysctl/98-forward.conf.j2
Normal file
2
templates/desktop/sysctl/98-forward.conf.j2
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# {{ ansible_managed }}
|
||||
net.ipv4.ip_forward = 1
|
||||
2
templates/desktop/sysctl/99-sysrq.conf.j2
Normal file
2
templates/desktop/sysctl/99-sysrq.conf.j2
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# {{ ansible_managed }}
|
||||
kernel.sysrq = 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue