initial commit
This commit is contained in:
commit
800836b2d9
23 changed files with 609 additions and 0 deletions
5
roles/sysctl/tasks/main.yml
Normal file
5
roles/sysctl/tasks/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: raise somaxconn
|
||||
sysctl:
|
||||
name: net.core.somaxconn
|
||||
value: 512
|
Loading…
Add table
Add a link
Reference in a new issue