Добавить ansible/win_ping.yml
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Test WinRM
|
||||
hosts: all
|
||||
gather_facts: no
|
||||
tasks:
|
||||
- name: Ping Windows host
|
||||
ansible.windows.win_ping:
|
||||
Reference in New Issue
Block a user