host_vars: add cloud.bandwidth.rip VM on fsn

This commit is contained in:
Josh Lay 2025-07-27 13:24:40 -05:00
parent 9085c81d0d
commit a8f0a4c048
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec

View 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"