common: set vm.swappiness on Proxmox hosts

This commit is contained in:
Markus 2019-09-10 19:14:21 +02:00
parent 3d1a681850
commit ef7177f0ec
1 changed files with 3 additions and 0 deletions

View File

@ -19,3 +19,6 @@
- name: Set shell for root user
user: name=root shell=/bin/zsh
- name: Set vm.swappiness
sysctl: name=vm.swappiness value=10