-
Notifications
You must be signed in to change notification settings - Fork 74
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
Conversation
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]>
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]>
Signed-off-by: Stephen Williams <[email protected]>
Signed-off-by: Stephen Williams <[email protected]>
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. |
There was a problem hiding this comment.
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.
There was a problem hiding this 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- name: PRELIM | Obtatin And Load Default Hive As Well As User Hives | |
- name: PRELIM | Obtain And Load Default Hive As Well As User Hives |
There was a problem hiding this comment.
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!
Updates Moved to #100 |
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