datastax / pulsar-ansible

Apache License 2.0
4 stars 9 forks source link

[ENHANCEMENT] Add support for fact caching #32

Open MMirelli opened 1 year ago

MMirelli commented 1 year ago

Fact caching would improve the playbooks performance.

This can be done using redis (which should be added as an extra pip requirement).

More on how this could be implemented in Ansible: From Basics to Guru - module 11.7.

Note: fact caching can be disabled using ansible-playbook <playbook.yaml> --flush-cache.