mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
7 lines
212 B
Django/Jinja
7 lines
212 B
Django/Jinja
# Setting added via ansible CIS remediation playbook
|
|
|
|
# IPv6 disable
|
|
{% 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 %}
|