Generate accesspoint_wireless_ifaces from a template
[noc.git] / ansible / ansible.cfg
index f8bb548..4c457eb 100644 (file)
@@ -1,10 +1,15 @@
 [defaults]
 inventory = ./hosts.ini
+roles_path = ./roles:../roles
 log_path = ./log
 nocows=1
 vault_password_file = ./gpg/get-vault-pass.sh
 
 gathering = smart
+fact_caching = jsonfile
+fact_caching_connection = ./.cache/facts
+fact_caching_timeout = 7200
+
 var_compression_level = 9
 
 timeout=30