diff --git a/windows/ping-test.yml b/windows/ping-test.yml index 1dc9a38..3fdb3b8 100644 --- a/windows/ping-test.yml +++ b/windows/ping-test.yml @@ -1,6 +1,7 @@ --- - name: Ping Windows hosts hosts: W2019 + gather_facts: False tasks: - name: Ping Windows hosts using win_ping module - win_ping: \ No newline at end of file + ansible.windows.win_ping: \ No newline at end of file diff --git a/windows/vars/all.yml b/windows/vars/all.yml index 9ff943a..241967c 100644 --- a/windows/vars/all.yml +++ b/windows/vars/all.yml @@ -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