ansible: cache facts

This commit is contained in:
Gregor Michels 2022-07-01 01:39:54 +02:00
parent 9bbfb689bf
commit 9d86702a57
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
facts.json/

View File

@ -1,3 +1,6 @@
[defaults]
inventory=inventory
interpreter_python=/usr/bin/python3
gathering=smart
fact_caching=jsonfile
fact_caching_connection=facts.json