Merge branch 'main' of https://gitea.verdnatura.es/verdnatura/vn-ansible
This commit is contained in:
commit
a5194f4e88
|
@ -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:
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue