Update WEF ansible role for evtx-event-samples

This commit is contained in:
Chris Long
2020-10-04 11:36:44 -07:00
parent 142c4524d7
commit 483a8f7d13
2 changed files with 18 additions and 0 deletions

View File

@@ -92,6 +92,15 @@
- debug: msg="{{ pstranscriptshare.stdout_lines }}"
- name: Installing the EVTX Event Samples
win_shell: ".\\install-evtx-attack-samples.ps1"
args:
chdir: 'c:\vagrant\scripts'
register: evtxeventsamples
failed_when: "'Exception' in evtxeventsamples.stdout"
- debug: msg="{{ evtxeventsamples.stdout_lines }}"
- name: Installing Microsoft Advanced Threat Analytics
win_shell: ".\\install-microsoft-ata.ps1"
args:

View File

@@ -106,6 +106,15 @@
- debug: msg="{{ pstranscriptshare.stdout_lines }}"
- name: Installing the EVTX Event Samples
win_shell: ".\\install-evtx-attack-samples.ps1"
args:
chdir: 'c:\vagrant\scripts'
register: evtxeventsamples
failed_when: "'Exception' in evtxeventsamples.stdout"
- debug: msg="{{ evtxeventsamples.stdout_lines }}"
- name: Installing Microsoft Advanced Threat Analytics
win_shell: ".\\install-microsoft-ata.ps1"
args: