forked from ISTI-ansible-roles/ansible-roles
5 lines
123 B
Plaintext
5 lines
123 B
Plaintext
|
# Disable IPv6
|
||
|
net.ipv6.conf.all.disable_ipv6 = 1
|
||
|
net.ipv6.conf.default.disable_ipv6 = 1
|
||
|
net.ipv6.conf.lo.disable_ipv6 = 1
|