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
+20-9Lines changed: 20 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ RHEL 7 CIS
8
8
Configure RHEL/Centos 7 machine to be [CIS](https://www.cisecurity.org/cis-benchmarks/) compliant
9
9
Untested on OEL
10
10
11
-
Based on [CIS RedHat Enterprise Linux 7 Benchmark v3.0.1 - 09-21-2020](https://www.cisecurity.org/cis-benchmarks/)
11
+
Based on [CIS RedHat Enterprise Linux 7 Benchmark v3.1.1 - 05-21-2021](https://www.cisecurity.org/cis-benchmarks/)
12
12
13
13
Caution(s)
14
14
-------
@@ -17,7 +17,7 @@ This role **will make changes to the system** which may have unintended conseque
17
17
18
18
This role was developed against a clean install of the Operating System. If you are implimenting to an existing system please review this role for any site specific changes that are needed.
19
19
20
-
To use release version please point to main branch.
20
+
To use release version please point to main branch and relevant release for the cis benchmark you wish to work with.
21
21
22
22
Coming from a previous release
23
23
------------------------------
@@ -96,24 +96,25 @@ Below is an example of the tag section from a control within this role. Using th
96
96
Example Audit Summary
97
97
---------------------
98
98
99
-
This is based on a vagrant image with selections enabled. e.g. No Gui or firewall.
100
-
Note: More tests are run during audit as we check config and running state.
99
+
The audit when run from ansible also uses all the specific variables, so will test relevant variables based on host configuration settings.
100
+
This is based on a vagrant image, based upon a preconfigured image for filesystem layout etc. e.g. No Gui or firewall.
101
+
Note: More tests are run during audit as we are checking config and running state.
101
102
102
103
```sh
103
-
TASK [/vagrant/RHEL7-CIS : Show Audit Summary] ******************************************************************************************************************************************************************************
104
+
TASK [RHEL7-CIS : Show Audit Summary] ******************************************************************************************************************************************************************************
104
105
******
105
-
ok: [localhost] => {
106
+
ok: [cent7_efi] => {
106
107
"msg": [
107
-
"The pre remediation results are: Count: 377, Failed: 127, Duration: 12.417s.",
108
-
"The post remediation results are: Count: 377, Failed: 20, Duration: 14.133s.",
108
+
"The pre remediation results are: Count: 380, Failed: 121, Duration: 10.399s.",
109
+
"The post remediation results are: Count: 380, Failed: 10, Duration: 12.324s.",
109
110
"Full breakdown can be found in /var/tmp",
110
111
""
111
112
]
112
113
}
113
114
114
115
PLAY RECAP ******************************************************************************************************************************************************************************************************************
@@ -136,6 +137,16 @@ We encourage you (the community) to contribute to this role. Please read the rul
136
137
- Pull Requests into devel will confirm your commits have a GPG signature, Signed-off, and a functional test before being approved
137
138
- Once your changes are merged and a more detailed review is complete, an authorized member will merge your changes into the main branch for a new release
138
139
140
+
Support
141
+
-------
142
+
143
+
This is a community project at its core and will be managed as such.
144
+
145
+
If you would are interested in dedicated support to assist or provide bespoke setups
0 commit comments