diff options
author | uvok cheetah | 2023-10-31 17:10:11 +0100 |
---|---|---|
committer | uvok cheetah | 2023-10-31 17:10:11 +0100 |
commit | 9059ab05fdbadf26afa4cbf4ce855a913909f418 (patch) | |
tree | 4a4df32eca857b9f6a9ceb1e37ec28fcaba304a7 | |
parent | aa32add6980c710dae1eb0ef93c8516bd35d88df (diff) |
Cache facts
-rw-r--r-- | ansible.cfg | 3 |
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 |