aboutsummaryrefslogtreecommitdiff
blob: 0b850d55acc70c1cf6b0f0f4875912c3fd06302c (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