forked from ansible-lockdown/RHEL9-CIS
7 lines
225 B
Django/Jinja
7 lines
225 B
Django/Jinja
## This file is managed by Ansible, YOUR CHANGES WILL BE LOST!
|
|
|
|
# IPv6 disable
|
|
{% if rhel9cis_rule_3_1_1 and not rhel9cis_ipv6_required %}
|
|
net.ipv6.conf.all.disable_ipv6 = 1
|
|
net.ipv6.conf.default.disable_ipv6 = 1
|
|
{% endif %}
|