You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for taking the time to feedback on the rhel9-cis repo. This is indeed a great catch and i am currently addressing this issue in a new branch. Hoping to get merged later this week all being well.
Describe the Issue
When the variable 'rhel9cis_ipv6_required' is set to 'false', IPv6 does not get disabled
Expected Behavior
Setting 'rhel9cis_ipv6_required' should disable IPv6
Actual Behavior
The file /etc/systctl.d/60-disable_ipv6.conf should have the following lines added to it by the Ansible playbook run...
This is not happening because the logic in the template 'templates/etc/sysctl.d/60-disable_ipv6.conf.j2' is wrong. Ths logic currently reads...
...when it should actually read...
Control(s) Affected
Disabling of IPv6
Environment (please complete the following information):
Additional Notes
Anything additional goes here
Possible Solution
Change the template 'templates/etc/sysctl.d/60-disable_ipv6.conf.j2' so that it has the correct logic.
The text was updated successfully, but these errors were encountered: