This commit is contained in:
David Lopez 2023-08-28 10:20:14 +02:00
commit 51672c1fdd
4 changed files with 10 additions and 4 deletions

2
hosts
View File

@ -110,4 +110,4 @@ mox91 ansible_host=mox91.verdnatura.es
mox92 ansible_host=mox92.verdnatura.es
mox93 ansible_host=mox93.verdnatura.es
dockertest ansible_host=10.0.1.131
W2022 ansible_host=10.1.4.43
W2019 ansible_host=10.1.5.224

View File

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

View File

@ -1,6 +1,6 @@
---
- name: Installing Apache MSI
hosts: W2022
hosts: W2019
tasks:
- name: Download the Apache installer

View File

@ -1,6 +1,6 @@
---
- name: Ping Windows hosts
hosts: W2022
hosts: W2019
tasks:
- name: Ping Windows hosts using win_ping module
win_ping: