ansible: make facts cahing directory hidden
authorChristian Pointner <equinox@realraum.at>
Sat, 21 Apr 2018 20:15:28 +0000 (22:15 +0200)
committerChristian Pointner <equinox@realraum.at>
Sat, 21 Apr 2018 20:15:28 +0000 (22:15 +0200)
ansible/.gitignore
ansible/ansible.cfg

index b0e2918..d266b69 100644 (file)
@@ -3,4 +3,4 @@
 *.pyc
 *.retry
 .*.sw?
-/facts/
+/.cache/facts/
index 3ea1456..3be1971 100644 (file)
@@ -6,7 +6,7 @@ vault_password_file = ./gpg/get-vault-pass.sh
 
 gathering = smart
 fact_caching = jsonfile
-fact_caching_connection = ./facts
+fact_caching_connection = ./.cache/facts
 fact_caching_timeout = 7200
 
 var_compression_level = 9