Newer
Older
dockersand / ansible / ansible.cfg
[defaults]

fact_caching = jsonfile
fact_caching_connection = ~/.ansible/facts
fact_caching_timeout = 14400
forks = 20
gather_subset = !all
gather_timeout = 14400
gathering = smart
host_key_checking = False
internal_poll_interval = 0.0003
module_compression = 'ZIP_DEFLATED'
nocows = 1
poll_interval = 1
retry_files_enabled = False
roles_path = roles
# strategy = free
var_compression_level = 8

[ssh_connections]

control_path = %(directory)s/%%h-%%r
control_path_dir = ~/.ansible/cp
pipelining = True
ssh_args = -C -o ControlMaster=auto -o ControlPersist=300s
transfer_method = piped

[persistent_connection]

connect_timeout = 180