add filter plugin to generate ssh key list
[noc.git] / ansible / ansible.cfg
index d4921c2..ed90222 100644 (file)
@@ -1,12 +1,21 @@
 [defaults]
-inventory = ./hosts
+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
+
+filter_plugins = ./filter_plugins
+
 [ssh_connection]
 pipelining = True
 ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s