This commit is contained in:
David Lopez 2023-08-28 11:10:45 +02:00
commit c04e600417
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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: