Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update control 1.1.6 #44

Merged
merged 35 commits into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
9add2e8
Update ChangeLog and Typo Fix
frederickw082922 Feb 20, 2024
a99532e
Update 18.3.5 and 18.3.6 var Fix
frederickw082922 Feb 21, 2024
761cc16
Typo fix on 5.1|5.2 tag
frederickw082922 Feb 21, 2024
08bf9b6
Added missing GUID on 18.10.43.6.1.2
frederickw082922 Feb 21, 2024
9be1a1b
#27 Update correct reg value 18.6.4.3
frederickw082922 Feb 21, 2024
fed12f5
#28 update reg value fix for 18.10.43.10.2
frederickw082922 Feb 21, 2024
b4e91fd
Update ChangeLog
frederickw082922 Feb 21, 2024
604d05c
Update correct reg value for 18.7.10|11
frederickw082922 Feb 21, 2024
6984fda
Update ChangeLog based on PR26 by ai13f
frederickw082922 Feb 21, 2024
3de68cc
18.7.x Tag fixes
frederickw082922 Mar 12, 2024
b20e15c
Update cloud_lockout logic
frederickw082922 Mar 14, 2024
827a411
Update section 19 with loop and change_requires_reboot
frederickw082922 Mar 14, 2024
2e231ce
Update handeler name to change_requires_reboot
frederickw082922 Mar 15, 2024
59bdd87
Fix 18.9.7.2 title and var
frederickw082922 Mar 15, 2024
5753ed9
Fix 18.10.89.2.2 reg value
frederickw082922 Mar 15, 2024
45ef655
Update meta
frederickw082922 Mar 18, 2024
3ab4ad9
defaults main var update
frederickw082922 Mar 18, 2024
f6db5a1
update section5 with handeler name chance
frederickw082922 Mar 18, 2024
5346645
update win_skip_for_test withe latest controls
frederickw082922 Mar 18, 2024
07db42a
update changelog
frederickw082922 Mar 19, 2024
df54e82
Update ChangeLog with @Mr.Steve81
frederickw082922 Mar 19, 2024
84cd0bb
Typo Fixes
frederickw082922 Mar 19, 2024
edf3099
Only applies to Azure
mfortin Mar 21, 2024
03c757c
Update control 1.1.6
mfortin Mar 25, 2024
511f0b9
Fixing controls stated in issue 38
mfortin Mar 26, 2024
5f5fe3e
revert
mfortin Mar 26, 2024
b757f92
Addressing issue #36
mfortin Mar 26, 2024
a19e2be
test
mfortin Mar 26, 2024
731b9c2
test
mfortin Mar 26, 2024
ffa0705
Fix from #32
frederickw082922 Apr 1, 2024
243e901
Update ChangeLog with fix for #32
frederickw082922 Apr 1, 2024
49870ef
Merge branch 'ansible-lockdown:devel' into devel
mfortin May 2, 2024
7b289e5
test
mfortin May 2, 2024
0cccc56
Update section01.yml
mfortin Jun 6, 2024
4ac5b3c
Update section01.yml
mfortin Jun 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions tasks/section01.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---

- name: "1.1.1 | PATCH | Ensure Enforce password history is set to 24 or more passwords."
block:
- name: "1.1.1 | AUDIT | Ensure Enforce password history is set to 24 or more passwords. | Check for more than 24 saved passwords warning."
Expand Down Expand Up @@ -155,10 +154,11 @@
- password

- name: "1.1.6 | PATCH | Ensure Relax minimum password length limits is set to Enabled."
community.windows.win_security_policy:
section: System Access
key: RelaxMinimumPasswordLengthLimits
value: 1
ansible.windows.win_regedit:
path: HKLM:\System\CurrentControlSet\Control\SAM
name: RelaxMinimumPasswordLengthLimits
data: 1
type: dword
when:
- win22cis_rule_1_1_6
tags:
Expand Down
4 changes: 2 additions & 2 deletions tasks/section18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -607,9 +607,9 @@
when:
- win22cis_rule_18_6_4_3
tags:
- level1-domaincontroller
- level1-memberserver
- level1-corporate-enterprise-environment
- rule_18.6.4.3
- automated
- patch
- dns

Expand Down
Loading