working out bugs
This commit is contained in:
+8
-2
@@ -1,8 +1,14 @@
|
||||
[defaults]
|
||||
host_key_checking = False
|
||||
timeout = 30
|
||||
retry_files_enabled = False
|
||||
gathering = smart
|
||||
fact_caching = memory
|
||||
stdout_callback = default
|
||||
bin_ansible_callbacks = True
|
||||
nocows = 1
|
||||
|
||||
[ssh_connection]
|
||||
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o ServerAliveInterval=30 -o ServerAliveCountMax=10
|
||||
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null -o IdentitiesOnly=yes
|
||||
pipelining = True
|
||||
retries = 5
|
||||
control_path = ~/.ansible/cp/%%h-%%p-%%r
|
||||
|
||||
Reference in New Issue
Block a user