summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruvok cheetah2023-10-31 17:10:11 +0100
committeruvok cheetah2023-10-31 17:10:11 +0100
commit9059ab05fdbadf26afa4cbf4ce855a913909f418 (patch)
tree4a4df32eca857b9f6a9ceb1e37ec28fcaba304a7
parentaa32add6980c710dae1eb0ef93c8516bd35d88df (diff)
Cache facts
-rw-r--r--ansible.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg
index ea4f097..ee12af1 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -1,4 +1,7 @@
[defaults]
inventory = ./hosts.yml
forks = 20
+fact_caching = jsonfile
+fact_caching_connection = ~/.ansible/fact_cache
+gathering = smart