Skip to content

Commit

Permalink
update cat1-2 +add banner
Browse files Browse the repository at this point in the history
Signed-off-by: Frederick Witty <[email protected]>
  • Loading branch information
frederickw082922 committed Jun 22, 2023
1 parent ec047d3 commit c68e66d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
15 changes: 15 additions & 0 deletions templates/banner.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
░█████╗░███╗░░██╗░██████╗██╗██████╗░██╗░░░░░███████╗
██╔══██╗████╗░██║██╔════╝██║██╔══██╗██║░░░░░██╔════╝
███████║██╔██╗██║╚█████╗░██║██████╦╝██║░░░░░█████╗░░
██╔══██║██║╚████║░╚═══██╗██║██╔══██╗██║░░░░░██╔══╝░░
██║░░██║██║░╚███║██████╔╝██║██████╦╝███████╗███████╗
╚═╝░░╚═╝╚═╝░░╚══╝╚═════╝░╚═╝╚═════╝░╚══════╝╚══════╝
██╗░░░░░░█████╗░░█████╗░██╗░░██╗██████╗░░█████╗░░██╗░░░░░░░██╗███╗░░██╗
██║░░░░░██╔══██╗██╔══██╗██║░██╔╝██╔══██╗██╔══██╗░██║░░██╗░░██║████╗░██║
██║░░░░░██║░░██║██║░░╚═╝█████═╝░██║░░██║██║░░██║░╚██╗████╗██╔╝██╔██╗██║
██║░░░░░██║░░██║██║░░██╗██╔═██╗░██║░░██║██║░░██║░░████╔═████║░██║╚████║
███████╗╚█████╔╝╚█████╔╝██║░╚██╗██████╔╝╚█████╔╝░░╚██╔╝░╚██╔╝░██║░╚███║
╚══════╝░╚════╝░░╚════╝░╚═╝░░╚═╝╚═════╝░░╚════╝░░░░╚═╝░░░╚═╝░░╚═╝░░╚══╝
.------------------------------.
| SUPPORTED BY MINDPOINT GROUP |
'------------------------------'
10 changes: 10 additions & 0 deletions vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
---

# vars file for Windows-2022-STIG
# Used to control warning summary
warn_control_list: ""
warn_count: 0

# This sets the variable that is created for the banner.
lockdown_banner: "{{lookup('file', './templates/banner.txt')}}"

# This will be changed to true if discovered for cloud based systems.
wn19stig_cloud_based_system: false

0 comments on commit c68e66d

Please sign in to comment.