From a8f0a4c04824b5cc788125e67daf805514ac0e83 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 27 Jul 2025 13:24:40 -0500 Subject: [PATCH] host_vars: add cloud.bandwidth.rip VM on fsn --- host_vars/cloud.bandwidth.rip.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 host_vars/cloud.bandwidth.rip.yml diff --git a/host_vars/cloud.bandwidth.rip.yml b/host_vars/cloud.bandwidth.rip.yml new file mode 100644 index 000000000..2b14e61 --- /dev/null +++ b/host_vars/cloud.bandwidth.rip.yml @@ -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"