ansible: enable facts caching
[noc.git] / ansible / ansible.cfg
index f8bb548..3ea1456 100644 (file)
@@ -5,6 +5,10 @@ nocows=1
 vault_password_file = ./gpg/get-vault-pass.sh
 
 gathering = smart
+fact_caching = jsonfile
+fact_caching_connection = ./facts
+fact_caching_timeout = 7200
+
 var_compression_level = 9
 
 timeout=30