This commit is contained in:
David Lopez 2023-08-28 11:01:43 +02:00
commit a5194f4e88
2 changed files with 3 additions and 6 deletions

View File

@ -1,6 +1,7 @@
---
- name: Ping Windows hosts
hosts: W2019
gather_facts: False
tasks:
- name: Ping Windows hosts using win_ping module
win_ping:
ansible.windows.win_ping:

View File

@ -3,9 +3,5 @@ ansible_user: administrador
ansible_password: Verdnatura01
ansible_port: 5985
ansible_winrm_transport: ntlm
become: false
gather_facts: False
forks: 50
callbacks_enabled: timer, profile_tasks, profile_roles
host_key_checking: False
strategy: free
pipelining: True