This website requires JavaScript.
Explore
Help
Register
Sign In
simon
/
ansible-laptop
Archived
Watch
1
Star
0
Fork
You've already forked ansible-laptop
0
Code
Issues
Pull requests
Releases
Wiki
Activity
This repository has been archived on
2020-08-28
. You can view files and clone it, but cannot push or open issues or pull requests.
68a0a276f5
ansible-laptop
/
roles
/
base
/
tasks
/
kernel.yml
7 lines
93 B
YAML
Raw
Normal View
History
Unescape
Escape
[base] init; set swapiness to 10
2019-05-28 20:58:57 +02:00
---
-
name
:
set swapiness
Use sysctl module to set swappiness
2019-08-02 02:16:52 +02:00
sysctl
:
name
:
vm.swappiness
value
:
10
state
:
present
Reference in a new issue
Copy permalink