2022-03-30 16:34:33 +01:00
|
|
|
# Setting added via ansible CIS remediation playbook
|
|
|
|
|
|
|
|
|
|
# IPv6 disable
|
2022-03-30 11:37:10 +01:00
|
|
|
{% if rhel9cis_rule_3_1_1 and rhel9cis_ipv6_required %}
|
|
|
|
|
net.ipv6.conf.all.disable_ipv6 = 1
|
|
|
|
|
net.ipv6.conf.default.disable_ipv6 = 1
|
|
|
|
|
{% endif %}
|