aboutsummaryrefslogtreecommitdiffstats
path: root/ansible.cfg
blob: c07b87a3ae149e983f102b4f0fef8ae56146d2cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[defaults]
host_key_checking = False
forks = 20
stdout_callback = yaml
gathering = smart
fact_caching = jsonfile
fact_caching_connection = /tmp
inventory_ignore_extensions = ~, .orig, .bak, .ini, .cfg, .retry, .pyc, .pyo, .creds
callback_whitelist = timer
interpreter_python = auto

[ssh_connection]
pipelining = True
retries = 5
ssh_args = -o ControlMaster=auto -o ControlPersist=60s