mirror of
https://github.com/ansible-lockdown/Windows-11-CIS.git
synced 2026-05-09 04:19:07 +02:00
changed handler to upper case best practices
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
- name: change_requires_reboot
|
||||
- name: Change_requires_reboot
|
||||
ansible.builtin.set_fact:
|
||||
reboot_host: true
|
||||
tags:
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
- audit_file_share
|
||||
|
||||
- name: "17.6.3 | PATCH | Ensure Audit Other Object Access Events is set to Success and Failure"
|
||||
community.windows.win_audit_policy_system:
|
||||
ansible.windows.win_audit_policy_system:
|
||||
subcategory: Other Object Access Events
|
||||
audit_type: success, failure
|
||||
when: win11cis_rule_17_6_3
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
name: SMB1
|
||||
data: 0
|
||||
type: dword
|
||||
notify: change_requires_reboot
|
||||
notify: Change_requires_reboot
|
||||
when: win11cis_rule_18_4_4
|
||||
tags:
|
||||
- level1-corporate-enterprise-environment
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
data: 1
|
||||
type: dword
|
||||
loop: "{{ discovered_hku_loaded_list }}"
|
||||
notify: change_requires_reboot
|
||||
notify: Change_requires_reboot
|
||||
when: win11cis_rule_19_5_1_1
|
||||
tags:
|
||||
- level1-corporate-enterprise-environment
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
data: 1
|
||||
type: dword
|
||||
loop: "{{ discovered_hku_loaded_list }}"
|
||||
notify: change_requires_reboot
|
||||
notify: Change_requires_reboot
|
||||
when: win11cis_rule_19_6_6_1_1
|
||||
tags:
|
||||
- level2-high-security-sensitive-data-environment
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
data: 1
|
||||
type: dword
|
||||
loop: "{{ discovered_hku_loaded_list }}"
|
||||
notify: change_requires_reboot
|
||||
notify: Change_requires_reboot
|
||||
when: win11cis_rule_19_7_26_1
|
||||
tags:
|
||||
- level1-corporate-enterprise-environment
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
data: 1
|
||||
type: dword
|
||||
loop: "{{ discovered_hku_loaded_list }}"
|
||||
notify: change_requires_reboot
|
||||
notify: Change_requires_reboot
|
||||
when: win11cis_rule_19_7_38_1
|
||||
tags:
|
||||
- level1-corporate-enterprise-environment
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
data: 0
|
||||
type: dword
|
||||
loop: "{{ discovered_hku_loaded_list }}"
|
||||
notify: change_requires_reboot
|
||||
notify: Change_requires_reboot
|
||||
when: win11cis_rule_19_7_42_1
|
||||
tags:
|
||||
- level1-corporate-enterprise-environment
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
data: 1
|
||||
type: dword
|
||||
loop: "{{ discovered_hku_loaded_list }}"
|
||||
notify: change_requires_reboot
|
||||
notify: Change_requires_reboot
|
||||
when: win11cis_rule_19_7_44_2_1
|
||||
tags:
|
||||
- level2-high-security-sensitive-data-environment
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
data: 2
|
||||
type: dword
|
||||
loop: "{{ discovered_hku_loaded_list }}"
|
||||
notify: change_requires_reboot
|
||||
notify: Change_requires_reboot
|
||||
when: win11cis_rule_19_7_5_1
|
||||
tags:
|
||||
- level1-corporate-enterprise-environment
|
||||
@@ -23,7 +23,7 @@
|
||||
data: 3
|
||||
type: dword
|
||||
loop: "{{ discovered_hku_loaded_list }}"
|
||||
notify: change_requires_reboot
|
||||
notify: Change_requires_reboot
|
||||
when: win11cis_rule_19_7_5_2
|
||||
tags:
|
||||
- level1-corporate-enterprise-environment
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
data: 2
|
||||
type: dword
|
||||
loop: "{{ discovered_hku_loaded_list }}"
|
||||
notify: change_requires_reboot
|
||||
notify: Change_requires_reboot
|
||||
when: win11cis_rule_19_7_8_1
|
||||
tags:
|
||||
- level1-corporate-enterprise-environment
|
||||
@@ -23,7 +23,7 @@
|
||||
data: 1
|
||||
type: dword
|
||||
loop: "{{ discovered_hku_loaded_list }}"
|
||||
notify: change_requires_reboot
|
||||
notify: Change_requires_reboot
|
||||
when: win11cis_rule_19_7_8_2
|
||||
tags:
|
||||
- level1-corporate-enterprise-environment
|
||||
@@ -39,7 +39,7 @@
|
||||
data: 1
|
||||
type: dword
|
||||
loop: "{{ discovered_hku_loaded_list }}"
|
||||
notify: change_requires_reboot
|
||||
notify: Change_requires_reboot
|
||||
when: win11cis_rule_19_7_8_3
|
||||
tags:
|
||||
- level2-high-security-sensitive-data-environment
|
||||
@@ -55,7 +55,7 @@
|
||||
data: 1
|
||||
type: dword
|
||||
loop: "{{ discovered_hku_loaded_list }}"
|
||||
notify: change_requires_reboot
|
||||
notify: Change_requires_reboot
|
||||
when: win11cis_rule_19_7_8_4
|
||||
tags:
|
||||
- level2-high-security-sensitive-data-environment
|
||||
@@ -71,7 +71,7 @@
|
||||
data: 1
|
||||
type: dword
|
||||
loop: "{{ discovered_hku_loaded_list }}"
|
||||
notify: change_requires_reboot
|
||||
notify: Change_requires_reboot
|
||||
when: win11cis_rule_19_7_8_5
|
||||
tags:
|
||||
- level1-corporate-enterprise-environment
|
||||
|
||||
Reference in New Issue
Block a user