Merge branch 'main' of https://gitea.verdnatura.es/verdnatura/vn-ansible
This commit is contained in:
commit
51672c1fdd
2
hosts
2
hosts
|
@ -110,4 +110,4 @@ mox91 ansible_host=mox91.verdnatura.es
|
||||||
mox92 ansible_host=mox92.verdnatura.es
|
mox92 ansible_host=mox92.verdnatura.es
|
||||||
mox93 ansible_host=mox93.verdnatura.es
|
mox93 ansible_host=mox93.verdnatura.es
|
||||||
dockertest ansible_host=10.0.1.131
|
dockertest ansible_host=10.0.1.131
|
||||||
W2022 ansible_host=10.1.4.43
|
W2019 ansible_host=10.1.5.224
|
||||||
|
|
|
@ -2,4 +2,10 @@ ansible_connection: winrm
|
||||||
ansible_user: administrador
|
ansible_user: administrador
|
||||||
ansible_password: Verdnatura01
|
ansible_password: Verdnatura01
|
||||||
ansible_port: 5985
|
ansible_port: 5985
|
||||||
ansible_winrm_transport: ntlm
|
ansible_winrm_transport: ntlm
|
||||||
|
gather_facts: False
|
||||||
|
forks: 50
|
||||||
|
callbacks_enabled: timer, profile_tasks, profile_roles
|
||||||
|
host_key_checking: False
|
||||||
|
strategy: free
|
||||||
|
pipelining: True
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
- name: Installing Apache MSI
|
- name: Installing Apache MSI
|
||||||
hosts: W2022
|
hosts: W2019
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Download the Apache installer
|
- name: Download the Apache installer
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
- name: Ping Windows hosts
|
- name: Ping Windows hosts
|
||||||
hosts: W2022
|
hosts: W2019
|
||||||
tasks:
|
tasks:
|
||||||
- name: Ping Windows hosts using win_ping module
|
- name: Ping Windows hosts using win_ping module
|
||||||
win_ping:
|
win_ping:
|
Loading…
Reference in New Issue