Update windows/group_vars/all.yml
This commit is contained in:
parent
5d818f08c9
commit
13687a39d1
|
@ -3,3 +3,11 @@ 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
|
||||||
|
[ssh_connection]
|
||||||
|
ssh_args: -o ControlMaster=auto -o ControlPersist=60s
|
Loading…
Reference in New Issue