Enable IPv6 forwarding
This commit is contained in:
parent
d0b3f25f94
commit
f944dae2fe
@ -6,6 +6,13 @@
|
||||
sysctl_file: "/etc/sysctl.d/local.conf"
|
||||
reload: true
|
||||
|
||||
- name: "enable ipv6 forwarding"
|
||||
ansible.posix.sysctl:
|
||||
name: "net.ipv6.conf.all.forwarding"
|
||||
value: "1"
|
||||
sysctl_file: "/etc/sysctl.d/local.conf"
|
||||
reload: true
|
||||
|
||||
- name: "script for creating virtual interfaces"
|
||||
ansible.builtin.copy:
|
||||
src: "./ip-link-add.sh"
|
||||
|
Loading…
Reference in New Issue
Block a user