12 lines
349 B
YAML
12 lines
349 B
YAML
---
|
|
- name: STIG a Windows 2022 Server
|
|
hosts: "{{ HOSTS | default('os_windows') }}"
|
|
vars:
|
|
win2022STIG_stigrule_254269_Manage: false # noqa var-naming
|
|
win2022STIG_stigrule_254276_Manage: false # noqa var-naming
|
|
|
|
tasks:
|
|
- name: Include win2022STIG role
|
|
ansible.builtin.include_role:
|
|
name: demo.compliance.win2022STIG
|