summaryrefslogtreecommitdiff
path: root/ansible.cfg
blob: 606f4c78b616971f54a30c5f5e6d42f41eac80c2 (plain)
1
2
3
4
5
6
7
[defaults]
inventory = ./hosts.yml
forks = 20
fact_caching = jsonfile
fact_caching_connection = ~/.ansible/fact_cache
gathering = smart
nocows = true