Initial Commit

This commit is contained in:
2021-12-11 22:46:32 +01:00
commit 8354baa32f
47 changed files with 1283 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
- name: configure sysctl properties
sysctl:
name: net.ipv4.ip_forward
value: '1'
state: present