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 Section 1 Logic, Section 19 Features Added, Handler Fixes, Prelim Fixes #98

Closed
wants to merge 12 commits into from

Conversation

MrSteve81
Copy link
Contributor

@MrSteve81 MrSteve81 commented Mar 14, 2024

Overall Review of Changes:
Update Section 1 Logic
Fixed prelim Tags
Updated Handlers

Issue Fixes:
Please list (using linking) any open issues this PR addresses

Enhancements:
Added Reboot Option And Section 19 Enhancement For Hives

How has this been tested?:
Please give an overview of how these changes were tested. If they were not please use N/A

Signed-off-by: Stephen Williams <[email protected]>
Signed-off-by: Stephen Williams <[email protected]>
Signed-off-by: Stephen Williams <[email protected]>
Signed-off-by: Stephen Williams <[email protected]>
@MrSteve81 MrSteve81 changed the title Update Section 1 Logic Update Section 1 Logic, Section 19 Features Added, Handler Fixes, Prelim Fixes Mar 14, 2024
Signed-off-by: Stephen Williams <[email protected]>
Signed-off-by: Stephen Williams <[email protected]>
Signed-off-by: Stephen Williams <[email protected]>
Signed-off-by: Stephen Williams <[email protected]>
Signed-off-by: Stephen Williams <[email protected]>
frederickw082922 added a commit that referenced this pull request Apr 3, 2024
Signed-off-by: Frederick Witty <[email protected]>
@@ -26,7 +26,7 @@
# Current list is elastic and will be updated as we test more cloud based services.
# Current testing is working in Azure using Hyper-V. We are currently using this for reference:
# https://github.com/ansible/ansible/blob/905131fc76a07cf89dbc8d33e7a4910da3f10a16/lib/ansible/module_utils/facts/virtual/linux.py#L205
- name: Set Fact If Cloud-Based System.
- name: PRELIM | Set Fact If Cloud-Based System.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should only be done on Azure VMs. Amazon EC2 instances should stick with the default Section 01 order.

Copy link
Contributor

@mfortin mfortin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://github.com/ansible-lockdown/Windows-2019-CIS/pull/98/files#diff-23e21b6c89468f7534697ad091835b3ee5e0213b37ace489488234e5a9548ec4R765-R773
18.6.4.1 is defined twice and the one about DoH should be removed as there is no such control in Windows Server 2019

ansible.builtin.set_fact:
windows_installation_type: "{{ get_windows_installation_type.value | default('') }}"
tags:
- always

- name: PRELIM | Obtatin And Load Default Hive As Well As User Hives
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- name: PRELIM | Obtatin And Load Default Hive As Well As User Hives
- name: PRELIM | Obtain And Load Default Hive As Well As User Hives

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @mfortin ! Nice catch!

@frederickw082922
Copy link
Contributor

Updates Moved to #100

@frederickw082922 frederickw082922 deleted the steve_march_24 branch June 19, 2024 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants