Update os/ansible.cfg
This commit is contained in:
parent
45b863fb3f
commit
19af2720f4
|
@ -0,0 +1,8 @@
|
||||||
|
[defaults]
|
||||||
|
forks=50
|
||||||
|
callbacks_enabled = timer, profile_tasks, profile_roles
|
||||||
|
host_key_checking = False
|
||||||
|
pipelining = True
|
||||||
|
|
||||||
|
[ssh_connection]
|
||||||
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s
|
Loading…
Reference in New Issue