This commit is contained in:
Gabenov Stanislav
2026-02-09 20:42:24 +03:00
parent 0a8f11397d
commit a6d2623802
38 changed files with 2198 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
- name: Set BBR
ansible.posix.sysctl:
name: net.core.default_qdisc
value: "fq"
state: present
- name: Set queue
ansible.posix.sysctl:
name: net.ipv4.tcp_congestion_control
value: "bbr"
state: present