Merge branch 'main' of https://gitea.verdnatura.es/verdnatura/vn-ansible
This commit is contained in:
commit
c04e600417
|
@ -4,4 +4,4 @@ ansible_password: Verdnatura01
|
||||||
ansible_port: 5985
|
ansible_port: 5985
|
||||||
ansible_winrm_transport: ntlm
|
ansible_winrm_transport: ntlm
|
||||||
become: false
|
become: false
|
||||||
gather_facts: False
|
gather_facts: false
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
- name: Ping Windows hosts
|
- name: Ping Windows hosts
|
||||||
hosts: W2019
|
hosts: W2019
|
||||||
gather_facts: False
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Ping Windows hosts using win_ping module
|
- name: Ping Windows hosts using win_ping module
|
||||||
ansible.windows.win_ping:
|
ansible.windows.win_ping:
|
Loading…
Reference in New Issue