RHEL9-CIS/templates/etc/sysctl.d/60-disable_ipv6.conf.j2
Mark Bolwell b68e8a3cdd
Added Managed by Ansible Changes will be lost
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
2022-06-22 09:53:27 +01:00

7 lines
222 B
Django/Jinja

## This file is managed by Ansible, YOUR CHANGED WILL BE LOST!
# 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 %}