blob: d969d4d07625bd470428591d2d05e5cf08b59f18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[defaults]
inventory = ./hosts.yml
forks = 20
fact_caching = jsonfile
fact_caching_connection = ~/.ansible/fact_cache
gathering = smart
nocows = true
ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S by {uid} on {host}
# merge dictionaries
hash_behaviour=merge
#stdout_callback=unixy
|