Skip to content
Snippets Groups Projects
ansible.cfg 285 B

[defaults]
hash_behaviour = merge
roles_path     = ./roles/
filter_plugins =  ./filter_plugins/
#fact_caching_connection = ./tmp/facts_cache
#fact_caching = jsonfile
# The timeout is defined in seconds
# This is 2 hours
fact_caching_timeout = 7200

[ssh_connection]
pipelining = True