Adding more code for Exchange

This commit is contained in:
Chris Long
2021-03-29 20:50:01 -07:00
parent bf502e85c9
commit 553f9a13c5
12 changed files with 170 additions and 27 deletions

View File

@@ -54,16 +54,10 @@
- debug: msg="{{ redteam.stdout_lines }}"
- name: Install Utilities
win_chocolatey:
name:
- NotepadPlusPlus
- GoogleChrome
- WinRar
- wireshark
- winpcap
state: present
ignore_checksums: yes
- name: Install Utilities
win_shell: ".\\install-utilities.ps1"
args:
chdir: 'c:\vagrant\scripts'
register: utilities
failed_when: "'Exception' in utilities.stdout"
ignore_errors: true