feat: add static routes

This commit is contained in:
Simon Cornet 2026-02-16 17:21:12 +01:00
commit 7939bb1b14
4 changed files with 37 additions and 4 deletions

View file

@ -1,7 +1,7 @@
---
# tcp performance tuning
- name: "configure tcp performance settings"
- name: "performance - configure tcp"
ansible.posix.sysctl:
name: "{{ item.name }}"
value: "{{ item.value }}"