Skip to content

Commit

Permalink
Update For Standalone When Statements for Member Server
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Williams <[email protected]>
  • Loading branch information
MrSteve81 committed Jul 20, 2023
1 parent 8e04531 commit d7ba332
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ skip_list:
- 'name[casing]'
- 'name[template]'
- 'jinja[spacing]'
- 'yaml[line-length]'
- 'var-naming' # Older playbook no new release
- '204'
- '208'
Expand Down
8 changes: 8 additions & 0 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@
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.
win19cis_cloud_based_system: false


# These are default values that will be changed when the prelim
# runs and finds the correct setting.
win2019cis_is_standalone: false
win2019cis_is_domain_controller: false
win2019cis_is_domain_member: false

0 comments on commit d7ba332

Please sign in to comment.