host_vars: add cloud.bandwidth.rip VM on fsn
This commit is contained in:
parent
9085c81d0d
commit
a8f0a4c048
1 changed files with 15 additions and 0 deletions
15
host_vars/cloud.bandwidth.rip.yml
Normal file
15
host_vars/cloud.bandwidth.rip.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
tuned_base_profile: "network-latency"
|
||||
tuned_custom_profile:
|
||||
name: ansible
|
||||
sections:
|
||||
- name: main
|
||||
params:
|
||||
- option: summary
|
||||
value: "Misc. tunables; managed by Ansible"
|
||||
- option: include
|
||||
value: "{{ tuned_base_profile }}"
|
||||
- name: sysctl
|
||||
params:
|
||||
- option: net.core.somaxconn
|
||||
value: "8192"
|
Loading…
Add table
Add a link
Reference in a new issue