Hey @Jason,
You can enable a cache plugin in the Ansible configuration, either via an environment variable:
export ANSIBLE_CACHE_PLUGIN=jsonfile
or in the ansible.cfg file:
[defaults]
fact_caching=redis
There are a few more things to configure but that will depend on the specific plugin that you use.