I'm pretty much a beginner with Saltstack & similar event driven tools, so bear with me. I'm trying to setup a master job cache [redis is the choice of tool for us]. While the document here:
https://docs.saltproject.io/en/latest/topics/jobs/external_cache.html#id3 does mention the config change for it, but I don't see, in any docs, how to go about the rest of it especially in case of Master Job Cache.
The returner mentioned here, I believe, is for external job cache where the minions will write directly to redis. I don't want that.
Can someone please point me in the right direction, docs etc which tells me what config changes are required & do I need to write a custom returner for redis? What changes would be needed in master.conf & should I create a _returner directory & write a custom writer there?
Any help would be appreciated