forked from ansible-lockdown/RHEL9-CIS
updates
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
c6caa90059
commit
19a218390d
6 changed files with 22 additions and 21 deletions
7
templates/etc/sysctl.d/60-disable_ipv6.conf.j2
Normal file
7
templates/etc/sysctl.d/60-disable_ipv6.conf.j2
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# 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 %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue