feat: ansible checkpoint

This commit is contained in:
2026-06-27 00:35:03 +01:00
parent 4e0b073a39
commit 872161a16a
16 changed files with 93 additions and 32 deletions
+5
View File
@@ -0,0 +1,5 @@
- name: Enable IPv4 Forwarding
ansible.posix.sysctl:
name: net.ipv4.ip_forward
value: "1"
sysctl_set: true