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
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Configure a RHEL9 based system to be complaint with Disa STIG
4
4
5
-
This role is based on RHEL 9 DISA STIG: [Version 1, Rel 3 released on Apr 24, 2024](https://dl.dod.cyber.mil/wp-content/uploads/stigs/U_RHEL_9_V1R3_STIG.zip).
5
+
This role is based on RHEL 9 DISA STIG: [Version 2, Rel 1 released on Oct 24, 2024](https://dl.dod.cyber.mil/wp-content/uploads/stigs/U_RHEL_9_V2R1_STIG.zip).
6
6
7
7
## Initial Release from STIG, still many items that not quite aligned in the documentation
8
8
@@ -21,6 +21,8 @@ This role is based on RHEL 9 DISA STIG: [Version 1, Rel 3 released on Apr 24, 20
@@ -59,7 +62,7 @@ This contains rewrites and ID reference changes as per STIG documentation.
59
62
60
63
## Auditing
61
64
62
-
This can be turned on or off within the defaults/main.yml file with the variable rhel7stig_run_audit. The value is false by default, please refer to the wiki for more details. The defaults file also populates the goss checks to check only the controls that have been enabled in the ansible role.
65
+
This can be turned on or off within the defaults/main.yml file with the variable rhel9stig_run_audit. The value is false by default, please refer to the wiki for more details. The defaults file also populates the goss checks to check only the controls that have been enabled in the ansible role.
63
66
64
67
This is a much quicker, very lightweight, checking (where possible) config compliance and live/running settings.
65
68
@@ -69,10 +72,6 @@ This audit will not only check the config has the correct setting but aims to ca
69
72
## Documentation
70
73
71
74
-[Read The Docs](https://ansible-lockdown.readthedocs.io/en/latest/)
0 commit comments