Merge PR#11: ansible vault: set trust-model to always
authornicoo <nicoo@realraum.at>
Sat, 21 Apr 2018 20:22:17 +0000 (22:22 +0200)
committernicoo <nicoo@realraum.at>
Sat, 21 Apr 2018 20:22:17 +0000 (22:22 +0200)
ansible/.gitignore
ansible/ansible.cfg

index 3b3711f..808abb8 100644 (file)
@@ -3,3 +3,4 @@
 *.pyc
 *.retry
 .*.sw?
+/.cache/
index f8bb548..3be1971 100644 (file)
@@ -5,6 +5,10 @@ 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