ansible/ansible.cfg
Louis Vallat 4b1403be21
feat: initial commit
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
2022-11-14 08:32:06 +01:00

14 lines
281 B
INI

[defaults]
INVENTORY = ./invetory.yaml
ansible_python_interpreter=/usr/bin/python3
timeout=30
gathering = smart
fact_caching = jsonfile
fact_caching_connection = .fact_cache
fact_caching_timeout = 43200
hash_behaviour = merge
forks = 32
nocows=1
[ssh_connection]
pipelining = True