This commit is contained in:
Zack Meier
2026-04-15 15:45:50 -05:00
commit 1d304511b8
613 changed files with 140998 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
---
- name: zm test
hosts: itdscmt1.nd.gov
tasks:
- name: run command
win_command: netstat
- name: Run PowerShell script with parameter
ansible.windows.win_powershell:
script: |
New-Item D:\{{ ComputerName }}.txt
Write-Output "{{ ComputerName }}"