mirror of
https://github.com/elisspace/Wakanda-Forever.git
synced 2026-08-29 15:44:11 +00:00
15 lines
349 B
YAML
15 lines
349 B
YAML
- hosts: all
|
|
gather_facts: True
|
|
vars:
|
|
ansible_connection: winrm
|
|
ansible_port: 5985
|
|
ansible_winrm_server_cert_validation: ignore
|
|
hostname: win-client
|
|
roles:
|
|
- windows_common
|
|
- windows_domain_client
|
|
- windows_universal_forwarder
|
|
- windows_aurora_agent
|
|
- windows_caldera_agent
|
|
- sysmon
|
|
- red_team_tools |