Added role native-wireguard-behind-firewall

This commit is contained in:
2021-01-11 18:51:44 +01:00
parent e865e54777
commit a273f6752f
6 changed files with 22 additions and 3 deletions

View File

@@ -8,3 +8,9 @@
owner: root
group: root
notify: restart wireguard
- name: enable ipv4-forwarding
shell: sysctl net.ipv4.ip_forward=1
- name: enable ipv6-forwarding
shell: sysctl net.ipv6.conf.all.forwarding=1