2022-01-07 09:06:18 +00:00
|
|
|
# Changes to rhel9CIS
|
|
|
|
|
|
2022-01-13 11:25:42 +00:00
|
|
|
## 0.1
|
|
|
|
|
|
|
|
|
|
- change to include statements
|
|
|
|
|
- prelim and package facts discovery
|
|
|
|
|
- commands module removed and moved to shell
|
2022-01-13 16:51:23 +00:00
|
|
|
- added
|
|
|
|
|
|
|
|
|
|
```yml
|
|
|
|
|
args:
|
|
|
|
|
warn: false
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
- update boolean values to true/false
|
|
|
|
|
- 3.4.2 improved checks for p[ackage presence
|
|
|
|
|
- changed to assert for OS/release and ansible version
|
2022-01-13 11:25:42 +00:00
|
|
|
|
2022-01-07 11:09:28 +00:00
|
|
|
## Initial
|
2022-01-07 09:06:18 +00:00
|
|
|
|
2022-01-07 09:23:01 +00:00
|
|
|
- based on RHEL8 currently as RH or CIS not GA
|
2022-01-07 11:09:28 +00:00
|
|
|
- Changes to systctl, auditd, aide cron changes to utilise templates - see issue #1
|
|
|
|
|
- Collection statement added to meta/main.yml using only community-general
|
|
|
|
|
- aide crontab moved to template due to module change
|