mirror of
https://github.com/ansible-lockdown/RHEL10-CIS.git
synced 2026-05-09 04:19:05 +02:00
@@ -1,6 +1,5 @@
|
||||
---
|
||||
|
||||
parseable: true
|
||||
quiet: true
|
||||
skip_list:
|
||||
- 'package-latest'
|
||||
|
||||
+1
-1
@@ -57,7 +57,7 @@ benchmark: RHEL10-CIS
|
||||
# System will reboot if false, can give better audit results
|
||||
skip_reboot: true
|
||||
|
||||
# default value will change to true but wont reboot if not enabled but will error
|
||||
# default value will change to true but won't reboot if not enabled but will error
|
||||
change_requires_reboot: false
|
||||
|
||||
###
|
||||
|
||||
@@ -600,7 +600,7 @@
|
||||
- "'nginx' in ansible_facts.packages"
|
||||
notify: Systemd daemon reload
|
||||
ansible.builtin.systemd:
|
||||
name: ngnix.service
|
||||
name: nginx.service
|
||||
enabled: false
|
||||
state: stopped
|
||||
masked: true
|
||||
|
||||
@@ -199,7 +199,7 @@
|
||||
register: discovered_rsyslog_remote_host
|
||||
notify: Restart rsyslog
|
||||
|
||||
- name: "6.2.3.7 | PATCH | Ensure rsyslog is not configured to recieve logs from a remote client"
|
||||
- name: "6.2.3.7 | PATCH | Ensure rsyslog is not configured to receive logs from a remote client"
|
||||
when:
|
||||
- rhel10cis_rule_6_2_3_7
|
||||
- rhel10cis_rsyslog_ansiblemanaged
|
||||
|
||||
Reference in New Issue
Block a user