aboutsummaryrefslogtreecommitdiff
blob: 4ec9e53dff9c1b8cb692970e62ea54399d01a486 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[defaults]
inventory = inventory/ansible.ini
; Don't whine about the python interpreter
interpreter_python = /usr/bin/python;
; Don't wait for each host to finish.
strategy = free
; Run 10 hosts at once.
forks = 10
; Performance
i_am_no_fun=True
pipelining = True
gathering = smart
allow_world_readable_tmpfiles = true
fact_caching = jsonfile
fact_caching_connection = $HOME/ansible_fact_cache
fact_caching_timeout = 86400

[colors]
error = bright red