Index of all Cache Plugins¶
ansible.builtin¶
ansible.builtin.jsonfile – JSON formatted files.
ansible.builtin.memory – RAM backed, non persistent
community.general¶
community.general.memcached – Use memcached DB for cache
community.general.pickle – Pickle formatted files.
community.general.redis – Use Redis DB for cache
community.general.yaml – YAML formatted files.